diff options
author | Fredrik Fornwall <fredrik@fornwall.net> | 2014-07-29 18:08:15 +0200 |
---|---|---|
committer | Fredrik Fornwall <fredrik@fornwall.net> | 2014-07-29 18:08:15 +0200 |
commit | bfaab2e351f00e3b23bee5a4df67fd6bfae63aca (patch) | |
tree | d44b8eaf418b9e44cde88a1659c4c6a628aa0b9c /runtime | |
parent | 1ef12f02042c21de938b6ad674c7ba4094855747 (diff) | |
download | rneovim-bfaab2e351f00e3b23bee5a4df67fd6bfae63aca.tar.gz rneovim-bfaab2e351f00e3b23bee5a4df67fd6bfae63aca.tar.bz2 rneovim-bfaab2e351f00e3b23bee5a4df67fd6bfae63aca.zip |
Remove FEAT_MOUSE_JSB
This is never built and references some obscure jsb terminal
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/options.txt | 5 | ||||
-rw-r--r-- | runtime/doc/various.txt | 1 |
2 files changed, 1 insertions, 5 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 90d4ca7a70..5fce90036b 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -7564,8 +7564,6 @@ A jump table for the options with a short description can be found at |Q_op|. rather complex sequence, starting with "<Esc>[". This is also available for an Xterm, if it was configured with "--enable-dec-locator". - *jsbterm-mouse* - jsbterm JSB term mouse handling. *pterm-mouse* pterm QNX pterm mouse handling. *urxvt-mouse* @@ -7581,8 +7579,7 @@ A jump table for the options with a short description can be found at |Q_op|. mouse codes. The mouse handling must be enabled at compile time |+mouse_xterm| - |+mouse_dec| |+mouse_netterm| |+mouse_jsbterm| |+mouse_urxvt| - |+mouse_sgr|. + |+mouse_dec| |+mouse_netterm| |+mouse_urxvt| |+mouse_sgr|. Only "xterm"(2) is really recognized. NetTerm mouse codes are always recognized, if enabled at compile time. DEC terminal mouse codes are recognized if enabled at compile time, and 'ttymouse' is not diff --git a/runtime/doc/various.txt b/runtime/doc/various.txt index b264e5be8c..2f1868e84e 100644 --- a/runtime/doc/various.txt +++ b/runtime/doc/various.txt @@ -379,7 +379,6 @@ N *+mouse* Mouse handling |mouse-using| N *+mouseshape* |'mouseshape'| B *+mouse_dec* Unix only: Dec terminal mouse handling |dec-mouse| N *+mouse_gpm* Unix only: Linux console mouse handling |gpm-mouse| -N *+mouse_jsbterm* JSB mouse handling |jsbterm-mouse| B *+mouse_netterm* Unix only: netterm mouse handling |netterm-mouse| N *+mouse_pterm* QNX only: pterm mouse handling |qnx-terminal| N *+mouse_sysmouse* Unix only: *BSD console mouse handling |sysmouse| |