Update TERM/COLORTERM to more modern values
This commit is contained in:
parent
9bd8b5ea09
commit
a8362749a9
|
@ -382,13 +382,13 @@ Default value: Current value of \fBforeground_color\fR
|
|||
Default shape of cursor. Possibilities are "block", "ibeam", and "underline".
|
||||
Default value: \fBblock\fR
|
||||
.TP
|
||||
.B xterm
|
||||
.B term
|
||||
This translates into the value that will be set for TERM in the environment of your terminals.
|
||||
Default value: \fBxterm\fR
|
||||
Default value: \fBxterm-256color\fR
|
||||
.TP
|
||||
.B colorterm
|
||||
This translates into the value that will be set for COLORTERM in the environment of your terminals.
|
||||
Default value: \fBgnome-terminal\fR
|
||||
Default value: \fBtruecolor\fR
|
||||
.TP
|
||||
.B use_system_font
|
||||
Whether or not to use the GNOME default monospace font for terminals.
|
||||
|
|
|
@ -212,8 +212,8 @@ DEFAULTS = {
|
|||
'cursor_blink' : True,
|
||||
'cursor_shape' : 'block',
|
||||
'cursor_color' : '#aaaaaa',
|
||||
'term' : 'xterm',
|
||||
'colorterm' : 'gnome-terminal',
|
||||
'term' : 'xterm-256color',
|
||||
'colorterm' : 'truecolor',
|
||||
'font' : 'Mono 10',
|
||||
'foreground_color' : '#aaaaaa',
|
||||
'show_titlebar' : True,
|
||||
|
|
Loading…
Reference in New Issue