forked from aniani/vim
patch 9.0.1168: code to enable/disable mouse is not from terminfo/termcap
Problem: Code to enable/disable mouse is not from terminfo/termcap. Solution: Request the "XM" entry and use it to set 'ttymouse' if possible.
This commit is contained in:
@@ -25,6 +25,7 @@ void term_windgoto(int row, int col);
|
||||
void term_cursor_right(int i);
|
||||
void term_append_lines(int line_count);
|
||||
void term_delete_lines(int line_count);
|
||||
void term_enable_mouse(int enable);
|
||||
void term_set_winpos(int x, int y);
|
||||
int term_get_winpos(int *x, int *y, varnumber_T timeout);
|
||||
void term_set_winsize(int height, int width);
|
||||
|
||||
Reference in New Issue
Block a user