Allow scrolling to marks

This commit is contained in:
Kovid Goyal
2020-01-15 07:11:34 +05:30
parent c68b302fa2
commit 936f2186cc
7 changed files with 98 additions and 0 deletions

View File

@@ -91,6 +91,7 @@ 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(PyObject *marker, Line *line);
bool line_has_mark(Line *, attrs_type mark);
#define as_text_generic(args, container, get_line, lines, columns) { \