summaryrefslogtreecommitdiffstats
path: root/runtime/doc/term.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/term.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/term.txt')
-rw-r--r--runtime/doc/term.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/doc/term.txt b/runtime/doc/term.txt
index fdbcc7d413..2bd83c7125 100644
--- a/runtime/doc/term.txt
+++ b/runtime/doc/term.txt
@@ -768,8 +768,9 @@ See the "Options" chapter |options|.
If your terminal does not support a scrolling region, but it does support
insert/delete line commands, scrolling with multiple windows may make the
-lines jump up and down. If you don't want this set the 'ttyfast' option.
-This will redraw the window instead of scroll it.
+lines jump up and down. This would happen if the 'ttyfast' option has been
+reset. Check that with: >
+ verbose set ttyfast?
If your terminal scrolls very slowly, but redrawing is not slow, set the
'ttyscroll' option to a small number, e.g., 3. This will make Vim redraw the