Avoid a double call for mark functions

This commit is contained in:
Kovid Goyal
2020-01-11 10:42:26 +05:30
parent 0b3602f764
commit 23bc2171c9
5 changed files with 88 additions and 22 deletions

View File

@@ -90,6 +90,7 @@ 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);
void historybuf_clear(HistoryBuf *self);
void mark_text_in_line(Marker *markers, size_t markers_count, Line *line);
#define as_text_generic(args, container, get_line, lines, columns) { \