diff options
author | Michael Reed <m.reed@mykolab.com> | 2015-05-05 22:00:43 -0400 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2015-05-18 11:06:54 -0400 |
commit | c50c831b85c9ca44cbc2857beaf8978bdcf99a7d (patch) | |
tree | a83e81df0c2c6947bd2041ba861443534e3d0c22 /runtime/doc/os_unix.txt | |
parent | 00cf632b2b0bfd5c3ced3ca15b34cae0b52cd06d (diff) | |
download | rneovim-c50c831b85c9ca44cbc2857beaf8978bdcf99a7d.tar.gz rneovim-c50c831b85c9ca44cbc2857beaf8978bdcf99a7d.tar.bz2 rneovim-c50c831b85c9ca44cbc2857beaf8978bdcf99a7d.zip |
Cleanup 'ttym[ouse]', FEAT_MOUSE, mouse_(dec|gpm|etc.)
Because of 3baba1e7bc6698e6bc9f1d37fce88b30d6274bc9, it's dead code.
Helped-by: Justin M. Keyes <justinkz@gmail.com>
Diffstat (limited to 'runtime/doc/os_unix.txt')
-rw-r--r-- | runtime/doc/os_unix.txt | 3 |
1 files changed, 1 insertions, 2 deletions
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 |