Update TERM to more modern values
This commit is contained in:
parent
d9e1b32e69
commit
365cf77693
|
@ -418,9 +418,9 @@ Default value: \fBblock\fR
|
||||||
Sets what type of terminal should be emulated.
|
Sets what type of terminal should be emulated.
|
||||||
Default value: \fBxterm\fR
|
Default value: \fBxterm\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.
|
||||||
|
|
|
@ -217,7 +217,7 @@ DEFAULTS = {
|
||||||
'cursor_shape' : 'block',
|
'cursor_shape' : 'block',
|
||||||
'cursor_color' : '#aaaaaa',
|
'cursor_color' : '#aaaaaa',
|
||||||
'emulation' : 'xterm',
|
'emulation' : 'xterm',
|
||||||
'term' : 'xterm',
|
'term' : 'xterm-256color',
|
||||||
'colorterm' : 'gnome-terminal',
|
'colorterm' : 'gnome-terminal',
|
||||||
'font' : 'Mono 10',
|
'font' : 'Mono 10',
|
||||||
'foreground_color' : '#aaaaaa',
|
'foreground_color' : '#aaaaaa',
|
||||||
|
|
Loading…
Reference in New Issue