comparison runtime/doc/terminal.txt @ 26113:c421c9599d83 v8.2.3589

patch 8.2.3589: failure when "term_rows" of term_start() is an unusual value Commit: https://github.com/vim/vim/commit/5300be620c77950caa5296019408ee02e60097e8 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 13 10:27:40 2021 +0000 patch 8.2.3589: failure when "term_rows" of term_start() is an unusual value Problem: Failure when the "term_rows" argument of term_start() is an unusual value. Solution: Limit to range of zero to 1000. (closes #9116)
author Bram Moolenaar <Bram@vim.org>
date Sat, 13 Nov 2021 11:30:05 +0100
parents 1266292376c7
children 624439a39432
comparison
equal deleted inserted replaced
26112:46874de42a18 26113:c421c9599d83
869 869
870 There are extra options: 870 There are extra options:
871 "term_name" name to use for the buffer name, instead 871 "term_name" name to use for the buffer name, instead
872 of the command name. 872 of the command name.
873 "term_rows" vertical size to use for the terminal, 873 "term_rows" vertical size to use for the terminal,
874 instead of using 'termwinsize' 874 instead of using 'termwinsize'; valid
875 range is from zero to 1000
875 "term_cols" horizontal size to use for the terminal, 876 "term_cols" horizontal size to use for the terminal,
876 instead of using 'termwinsize' 877 instead of using 'termwinsize'
877 "vertical" split the window vertically; note that 878 "vertical" split the window vertically; note that
878 other window position can be defined with 879 other window position can be defined with
879 command modifiers, such as |:belowright|. 880 command modifiers, such as |:belowright|.