Hook up render_line

This commit is contained in:
Kovid Goyal
2017-11-09 16:17:24 +05:30
parent 6c838bbc28
commit 79d8c04b00
5 changed files with 42 additions and 5 deletions

View File

@@ -75,4 +75,6 @@ bool historybuf_resize(HistoryBuf *self, index_type lines);
void historybuf_add_line(HistoryBuf *self, const Line *line);
void historybuf_rewrap(HistoryBuf *self, HistoryBuf *other);
void historybuf_init_line(HistoryBuf *self, index_type num, Line *l);
void historybuf_mark_line_clean(HistoryBuf *self, index_type y);
void historybuf_mark_line_dirty(HistoryBuf *self, index_type y);
void historybuf_refresh_sprite_positions(HistoryBuf *self);