summaryrefslogtreecommitdiffstats
path: root/runtime/doc/os_unix.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-11-25 15:09:35 +0000
committerBram Moolenaar <Bram@vim.org>2022-11-25 15:09:35 +0000
commitc1cf4c91072f91b6b8dd636627a4ddf6f4b21f16 (patch)
tree7ad101eee74d7a37d58407e1ea0800088ddf4d14 /runtime/doc/os_unix.txt
parentcc762a48d42b579fb7bdec2c614636b830342dd5 (diff)
patch 9.0.0948: 'ttyfast' is set for arbitrary terminalsv9.0.0948
Problem: 'ttyfast' is set for arbitrary terminals. Solution: Always set 'ttyfast'. (closes #11549)
Diffstat (limited to 'runtime/doc/os_unix.txt')
-rw-r--r--runtime/doc/os_unix.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/runtime/doc/os_unix.txt b/runtime/doc/os_unix.txt
index 0b0f389bc3..f875f160d3 100644
--- a/runtime/doc/os_unix.txt
+++ b/runtime/doc/os_unix.txt
@@ -28,10 +28,11 @@ system() is used, which is a bit slower. The output of ":version" includes
can be changed at compile time.
(For forking of the GUI version see |gui-fork|.)
-Because terminal updating under Unix is often slow (e.g. serial line
-terminal, shell window in suntools), the 'showcmd' and 'ruler' options
-are off by default. If you have a fast terminal, try setting them on. You
-might also want to set 'ttyfast'.
+For historic reasons terminal updating under Unix is expected to be slow (e.g.
+serial line terminal, shell window in suntools), the 'showcmd' and 'ruler'
+options are off by default. If you have a fast terminal, try setting them
+on: >
+ set showcmd ruler
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