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/os_unix.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'runtime/doc/os_unix.txt') diff --git a/runtime/doc/os_unix.txt b/runtime/doc/os_unix.txt index 2955a532fe..604fa5827a 100644 --- a/runtime/doc/os_unix.txt +++ b/runtime/doc/os_unix.txt @@ -35,8 +35,7 @@ When using Vim in an xterm the mouse clicks can be used by Vim by setting 'mouse' to "a". If there is access to an X-server gui style copy/paste will be used and visual feedback will be provided while dragging with the mouse. If you then still want the xterm copy/paste with the mouse, press the shift -key when using the mouse. See |mouse-using|. Visual feedback while dragging -can also be achieved via the 'ttymouse' option if your xterm is new enough. +key when using the mouse. See |mouse-using|. *terminal-colors* To use colors in Vim you can use the following example (if your terminal -- cgit