cursor shouldn't have a default value.
Enabling it changes cursor behaviour. Cursor is no longer drawn with foreground and background colors reversed.
This commit is contained in:
parent
2df06c31a0
commit
7e0a933332
|
@ -32,7 +32,7 @@ cursor_shape = BLOCK
|
||||||
[colors]
|
[colors]
|
||||||
foreground = #dcdccc
|
foreground = #dcdccc
|
||||||
background = #3f3f3f
|
background = #3f3f3f
|
||||||
cursor = #dcdccc
|
# cursor = #dcdccc
|
||||||
|
|
||||||
# color = normal;bold
|
# color = normal;bold
|
||||||
black = #3f3f3f;#709080
|
black = #3f3f3f;#709080
|
||||||
|
|
Loading…
Reference in New Issue