From bfaab2e351f00e3b23bee5a4df67fd6bfae63aca Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Tue, 29 Jul 2014 18:08:15 +0200 Subject: Remove FEAT_MOUSE_JSB This is never built and references some obscure jsb terminal --- runtime/doc/options.txt | 5 +---- runtime/doc/various.txt | 1 - 2 files changed, 1 insertion(+), 5 deletions(-) (limited to 'runtime') 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 "[". 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| -- cgit