mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04:00
updated for version 7.3.700
Problem: Cannot detect URXVT and SGR mouse support. Solution: add +mouse_urxvt and +mouse_sgr. (Hayaki Saito)
This commit is contained in:
@@ -12276,9 +12276,15 @@ f_has(argvars, rettv)
|
||||
# ifdef FEAT_MOUSE_PTERM
|
||||
"mouse_pterm",
|
||||
# endif
|
||||
# ifdef FEAT_MOUSE_SGR
|
||||
"mouse_sgr",
|
||||
# endif
|
||||
# ifdef FEAT_SYSMOUSE
|
||||
"mouse_sysmouse",
|
||||
# endif
|
||||
# ifdef FEAT_MOUSE_URXVT
|
||||
"mouse_urxvt",
|
||||
# endif
|
||||
# ifdef FEAT_MOUSE_XTERM
|
||||
"mouse_xterm",
|
||||
# endif
|
||||
|
Reference in New Issue
Block a user