Update TERM to more modern values

This commit is contained in:
Stephen Boddy 2015-11-29 23:25:31 +01:00
parent d9e1b32e69
commit 365cf77693
2 changed files with 3 additions and 3 deletions

View File

@ -418,9 +418,9 @@ Default value: \fBblock\fR
Sets what type of terminal should be emulated.
Default value: \fBxterm\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.

View File

@ -217,7 +217,7 @@ DEFAULTS = {
'cursor_shape' : 'block',
'cursor_color' : '#aaaaaa',
'emulation' : 'xterm',
'term' : 'xterm',
'term' : 'xterm-256color',
'colorterm' : 'gnome-terminal',
'font' : 'Mono 10',
'foreground_color' : '#aaaaaa',