Update TERM/COLORTERM to more modern values

This commit is contained in:
Stephen Boddy 2015-11-29 21:11:42 +01:00
parent 9bd8b5ea09
commit a8362749a9
2 changed files with 5 additions and 5 deletions

View File

@ -382,13 +382,13 @@ Default value: Current value of \fBforeground_color\fR
Default shape of cursor. Possibilities are "block", "ibeam", and "underline". Default shape of cursor. Possibilities are "block", "ibeam", and "underline".
Default value: \fBblock\fR Default value: \fBblock\fR
.TP .TP
.B xterm .B term
This translates into the value that will be set for TERM in the environment of your terminals. 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 .TP
.B colorterm .B colorterm
This translates into the value that will be set for COLORTERM in the environment of your terminals. 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 .TP
.B use_system_font .B use_system_font
Whether or not to use the GNOME default monospace font for terminals. Whether or not to use the GNOME default monospace font for terminals.

View File

@ -212,8 +212,8 @@ DEFAULTS = {
'cursor_blink' : True, 'cursor_blink' : True,
'cursor_shape' : 'block', 'cursor_shape' : 'block',
'cursor_color' : '#aaaaaa', 'cursor_color' : '#aaaaaa',
'term' : 'xterm', 'term' : 'xterm-256color',
'colorterm' : 'gnome-terminal', 'colorterm' : 'truecolor',
'font' : 'Mono 10', 'font' : 'Mono 10',
'foreground_color' : '#aaaaaa', 'foreground_color' : '#aaaaaa',
'show_titlebar' : True, 'show_titlebar' : True,