comparison runtime/doc/term.txt @ 29883:1342ee83ab97 v9.0.0280

patch 9.0.0280: the builtin termcap list depends on the version Commit: https://github.com/vim/vim/commit/2ee347fbc0619179fefb9933e9bb1165463507b3 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Aug 26 17:53:44 2022 +0100 patch 9.0.0280: the builtin termcap list depends on the version Problem: The builtin termcap list depends on the version. Solution: Always include all termcap entries. Remove duplicate lines.
author Bram Moolenaar <Bram@vim.org>
date Fri, 26 Aug 2022 19:00:07 +0200
parents 03e3b0034e31
children f00c56ee8118
comparison
equal deleted inserted replaced
29882:5454d999bbd4 29883:1342ee83ab97
41 41
42 On non-Unix systems a termcap is only available if Vim was compiled with 42 On non-Unix systems a termcap is only available if Vim was compiled with
43 TERMCAP defined. 43 TERMCAP defined.
44 44
45 *builtin-terms* *builtin_terms* 45 *builtin-terms* *builtin_terms*
46 Which builtin terminals are available depends on a few defines in feature.h, 46 A number of builtin terminals are available. Since patch 9.0.0280 there is no
47 which need to be set at compile time: 47 difference between Vim versions. You can see a list of available builtin
48 define output of ":version" terminals builtin ~ 48 terminals in the error message you get for `:set term=xxx` (when not running
49 NO_BUILTIN_TCAPS -builtin_terms none 49 the GUI). Also see |+builtin_terms|.
50 SOME_BUILTIN_TCAPS +builtin_terms most common ones (default)
51 ALL_BUILTIN_TCAPS ++builtin_terms all available
52
53 You can see a list of available builtin terminals with ":set term=xxx" (when
54 not running the GUI). Also see |+builtin_terms|.
55 50
56 If the termcap code is included Vim will try to get the strings for the 51 If the termcap code is included Vim will try to get the strings for the
57 terminal you are using from the termcap file and the builtin termcaps. Both 52 terminal you are using from the termcap file and the builtin termcaps. Both
58 are always used, if an entry for the terminal you are using is present. Which 53 are always used, if an entry for the terminal you are using is present. Which
59 one is used first depends on the 'ttybuiltin' option: 54 one is used first depends on the 'ttybuiltin' option: