diff options
author | Bram Moolenaar <Bram@vim.org> | 2012-10-21 02:17:45 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2012-10-21 02:17:45 +0200 |
commit | cfb807026f678e2e99c98baa2b2b7e74b82b0fc7 (patch) | |
tree | dbf11d3a8dbd5f631f87068c4f77dd4730a0f325 /src/feature.h | |
parent | bffa06ddb8d25081dea48274aff2cb65ebef6ced (diff) | |
download | vim-cfb807026f678e2e99c98baa2b2b7e74b82b0fc7.zip |
updated for version 7.3.700
Problem: Cannot detect URXVT and SGR mouse support.
Solution: add +mouse_urxvt and +mouse_sgr. (Hayaki Saito)
Diffstat (limited to 'src/feature.h')
-rw-r--r-- | src/feature.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/feature.h b/src/feature.h index f33510480..7ef654bb3 100644 --- a/src/feature.h +++ b/src/feature.h @@ -1038,8 +1038,10 @@ * +mouse_gpm Unix only: Include code for Linux console mouse * handling. * +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 * console mouse handling. + * +mouse_urxvt Unix only: Include code for for urxvt mosue handling. * +mouse Any mouse support (any of the above enabled). */ /* OS/2 and Amiga console have no mouse support */ |