mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-22 00:08:04 +02:00
Avoid a double call for mark functions
This commit is contained in:
@@ -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) { \
|
||||
|
||||
Reference in New Issue
Block a user