comparison runtime/doc/options.txt @ 26129:ddfb2b8aed67 v8.2.3597

patch 8.2.3597: Vim seems to hang when writing a long text to a terminal Commit: https://github.com/vim/vim/commit/36968af1558b295b5fdf56973d5dcc75fce85658 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Nov 15 17:13:11 2021 +0000 patch 8.2.3597: Vim seems to hang when writing a long text to a terminal Problem: Vim seems to hang when writing a very long text to a terminal window. Solution: Limit the amount of text based on 'termwinscroll'. (issue #9080)
author Bram Moolenaar <Bram@vim.org>
date Mon, 15 Nov 2021 18:15:03 +0100
parents babd9f1dbe12
children 624439a39432
comparison
equal deleted inserted replaced
26128:ba2b6a32f536 26129:ddfb2b8aed67
7939 {not available when compiled without the 7939 {not available when compiled without the
7940 |+terminal| feature} 7940 |+terminal| feature}
7941 Number of scrollback lines to keep. When going over this limit the 7941 Number of scrollback lines to keep. When going over this limit the
7942 first 10% of the scrollback lines are deleted. This is just to reduce 7942 first 10% of the scrollback lines are deleted. This is just to reduce
7943 the memory usage. See |Terminal-Normal|. 7943 the memory usage. See |Terminal-Normal|.
7944 Also used as a limit for text sent to the terminal in one write,
7945 multiplied by the number of columns times 3 (average number of bytes
7946 per cell).
7944 7947
7945 *'termwinsize'* *'tws'* 7948 *'termwinsize'* *'tws'*
7946 'termwinsize' 'tws' string (default "") 7949 'termwinsize' 'tws' string (default "")
7947 local to window 7950 local to window
7948 Size used when opening the |terminal| window. Format: 7951 Size used when opening the |terminal| window. Format: