From c50c831b85c9ca44cbc2857beaf8978bdcf99a7d Mon Sep 17 00:00:00 2001 From: Michael Reed Date: Tue, 5 May 2015 22:00:43 -0400 Subject: Cleanup 'ttym[ouse]', FEAT_MOUSE, mouse_(dec|gpm|etc.) Because of 3baba1e7bc6698e6bc9f1d37fce88b30d6274bc9, it's dead code. Helped-by: Justin M. Keyes --- runtime/doc/eval.txt | 7 ------- 1 file changed, 7 deletions(-) (limited to 'runtime/doc/eval.txt') diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index 5eb8f62d8b..4e825e123c 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -6771,13 +6771,6 @@ menu Compiled with support for |:menu|. mksession Compiled with support for |:mksession|. modify_fname Compiled with file name modifiers. |filename-modifiers| mouse Compiled with support mouse. -mouse_dec Compiled with support for Dec terminal mouse. -mouse_gpm Compiled with support for gpm (Linux console mouse) -mouse_netterm Compiled with support for netterm mouse. -mouse_sysmouse Compiled with support for sysmouse (*BSD console mouse) -mouse_sgr Compiled with support for sgr mouse. -mouse_urxvt Compiled with support for urxvt mouse. -mouse_xterm Compiled with support for xterm mouse. mouseshape Compiled with support for 'mouseshape'. multi_byte Compiled with support for 'encoding' multi_byte_encoding 'encoding' is set to a multi-byte encoding. -- cgit