xiate: non-blinking block cursor
This commit is contained in:
parent
dcc5c5ce9c
commit
b221b0574b
1 changed files with 3 additions and 3 deletions
|
@ -6,11 +6,11 @@ scrollback_lines = -1
|
||||||
link_regex = [a-z]+://[[:graph:]]+
|
link_regex = [a-z]+://[[:graph:]]+
|
||||||
link_handler = xiate-link-handler
|
link_handler = xiate-link-handler
|
||||||
history_handler = xiate-history-handler
|
history_handler = xiate-history-handler
|
||||||
cursor_blink_mode = VTE_CURSOR_BLINK_ON
|
cursor_blink_mode = VTE_CURSOR_BLINK_OFF
|
||||||
cursor_shape = VTE_CURSOR_SHAPE_IBEAM
|
cursor_shape = VTE_CURSOR_SHAPE_BLOCK
|
||||||
|
|
||||||
[Colors]
|
[Colors]
|
||||||
cursor = #00FF00
|
cursor = #4d5b86
|
||||||
cursor_foreground = #000000
|
cursor_foreground = #000000
|
||||||
bold = NULL
|
bold = NULL
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue