mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -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
|
# ifdef FEAT_MOUSE_PTERM
|
||||||
"mouse_pterm",
|
"mouse_pterm",
|
||||||
# endif
|
# endif
|
||||||
|
# ifdef FEAT_MOUSE_SGR
|
||||||
|
"mouse_sgr",
|
||||||
|
# endif
|
||||||
# ifdef FEAT_SYSMOUSE
|
# ifdef FEAT_SYSMOUSE
|
||||||
"mouse_sysmouse",
|
"mouse_sysmouse",
|
||||||
# endif
|
# endif
|
||||||
|
# ifdef FEAT_MOUSE_URXVT
|
||||||
|
"mouse_urxvt",
|
||||||
|
# endif
|
||||||
# ifdef FEAT_MOUSE_XTERM
|
# ifdef FEAT_MOUSE_XTERM
|
||||||
"mouse_xterm",
|
"mouse_xterm",
|
||||||
# endif
|
# endif
|
||||||
|
@@ -1038,8 +1038,10 @@
|
|||||||
* +mouse_gpm Unix only: Include code for Linux console mouse
|
* +mouse_gpm Unix only: Include code for Linux console mouse
|
||||||
* handling.
|
* handling.
|
||||||
* +mouse_pterm PTerm mouse support for QNX
|
* +mouse_pterm PTerm mouse support for QNX
|
||||||
|
* +mouse_sgr Unix only: Include code for for SGR-styled mouse.
|
||||||
* +mouse_sysmouse Unix only: Include code for FreeBSD and DragonFly
|
* +mouse_sysmouse Unix only: Include code for FreeBSD and DragonFly
|
||||||
* console mouse handling.
|
* console mouse handling.
|
||||||
|
* +mouse_urxvt Unix only: Include code for for urxvt mosue handling.
|
||||||
* +mouse Any mouse support (any of the above enabled).
|
* +mouse Any mouse support (any of the above enabled).
|
||||||
*/
|
*/
|
||||||
/* OS/2 and Amiga console have no mouse support */
|
/* OS/2 and Amiga console have no mouse support */
|
||||||
|
@@ -719,6 +719,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
700,
|
||||||
/**/
|
/**/
|
||||||
699,
|
699,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user