##// END OF EJS Templates
color: add some documentation for custom terminfo codes
Danek Duvall -
r30176:9f41b66c default
parent child Browse files
Show More
@@ -29,6 +29,15 b" ECMA-48 mode, the options are 'bold', 'i"
29 Some may not be available for a given terminal type, and will be
29 Some may not be available for a given terminal type, and will be
30 silently ignored.
30 silently ignored.
31
31
32 If the terminfo entry for your terminal is missing codes for an effect
33 or has the wrong codes, you can add or override those codes in your
34 configuration::
35
36 [color]
37 terminfo.dim = \E[2m
38
39 where '\E' is substituted with an escape character.
40
32 Labels
41 Labels
33 ------
42 ------
34
43
General Comments 0
You need to be logged in to leave comments. Login now