aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2014-07-29 14:09:58 -0400
committerJustin M. Keyes <justinkz@gmail.com>2014-07-29 14:09:58 -0400
commit4f26b647223748647e2ec6127f1e13e331b7ef74 (patch)
treed44b8eaf418b9e44cde88a1659c4c6a628aa0b9c /runtime
parent1ef12f02042c21de938b6ad674c7ba4094855747 (diff)
parentbfaab2e351f00e3b23bee5a4df67fd6bfae63aca (diff)
downloadrneovim-4f26b647223748647e2ec6127f1e13e331b7ef74.tar.gz
rneovim-4f26b647223748647e2ec6127f1e13e331b7ef74.tar.bz2
rneovim-4f26b647223748647e2ec6127f1e13e331b7ef74.zip
Merge pull request #934 from fornwall/remove-FEAT_MOUSE_JSB
Remove FEAT_MOUSE_JSB
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/options.txt5
-rw-r--r--runtime/doc/various.txt1
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|