comparison src/proto/ui.pro @ 31103:33ca088dbd3e v9.0.0886

patch 9.0.0886: horizontal mouse scroll only works in the GUI Commit: https://github.com/vim/vim/commit/44c2209352d56d70b1fc0215e81f1822d55aa563 Author: Christopher Plewright <chris@createng.com> Date: Tue Nov 15 17:43:36 2022 +0000 patch 9.0.0886: horizontal mouse scroll only works in the GUI Problem: Horizontal mouse scroll only works in the GUI. Solution: Make horizontal mouse scroll also work in a terminal. (Christopher Plewright, closes #11448)
author Bram Moolenaar <Bram@vim.org>
date Tue, 15 Nov 2022 18:45:03 +0100
parents fdc6a7769045
children
comparison
equal deleted inserted replaced
31102:71da2abdd899 31103:33ca088dbd3e
28 void read_error_exit(void); 28 void read_error_exit(void);
29 void ui_cursor_shape_forced(int forced); 29 void ui_cursor_shape_forced(int forced);
30 void ui_cursor_shape(void); 30 void ui_cursor_shape(void);
31 int check_col(int col); 31 int check_col(int col);
32 int check_row(int row); 32 int check_row(int row);
33 long scroll_line_len(linenr_T lnum);
34 linenr_T ui_find_longest_lnum(void);
33 void ui_focus_change(int in_focus); 35 void ui_focus_change(int in_focus);
34 void im_save_status(long *psave); 36 void im_save_status(long *psave);
35 /* vim: set ft=c : */ 37 /* vim: set ft=c : */