mirror of
https://github.com/vim/vim.git
synced 2025-09-30 04:44:14 -04:00
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)
This commit is contained in:
committed by
Bram Moolenaar
parent
b53a190e9f
commit
44c2209352
@@ -2221,7 +2221,7 @@ getcmdline_int(
|
||||
case K_HOR_SCROLLBAR:
|
||||
if (msg_scrolled == 0)
|
||||
{
|
||||
gui_do_horiz_scroll(scrollbar_value, FALSE);
|
||||
do_mousescroll_horiz(scrollbar_value);
|
||||
redrawcmd();
|
||||
}
|
||||
goto cmdline_not_changed;
|
||||
|
Reference in New Issue
Block a user