Port mouse cursor change over hyperlinks to C

This commit is contained in:
Kovid Goyal
2017-09-13 23:34:00 +05:30
parent 271b623f82
commit 1c1d0a4e91
4 changed files with 18 additions and 2 deletions

View File

@@ -64,6 +64,7 @@ bool screen_is_selection_dirty(Screen *self);
bool screen_invert_colors(Screen *self);
void screen_update_cell_data(Screen *self, void *address, size_t sz);
bool screen_is_cursor_visible(Screen *self);
Line* screen_visual_line(Screen *self, index_type y);
unsigned long screen_current_char_width(Screen *self);
#define DECLARE_CH_SCREEN_HANDLER(name) void screen_##name(Screen *screen);
DECLARE_CH_SCREEN_HANDLER(bell)