Implement cursor blinking

This commit is contained in:
Kovid Goyal
2016-12-01 14:02:08 +05:30
parent 58c3a5b4ac
commit 60c6794f25
4 changed files with 32 additions and 11 deletions

View File

@@ -20,8 +20,13 @@ cursor_opacity 0.7
# The cursor shape can be one of (block, beam, underline)
cursor_shape block
# Whether to blink the cursor or not
cursor_blink no
# The interval (in seconds) at which to blink the cursor. Set to zero to
# disable blinking.
cursor_blink_interval 0.5
# Stop blinking cursor after the specified number of seconds of keyboard inactivity. Set to
# zero or a negative number to never stop blinking.
cursor_stop_blinking_after 15.0
# Font family
font_family monospace
@@ -47,10 +52,6 @@ repaint_delay 20
# zero or a negative number to disable mouse cursor hiding.
mouse_hide_wait 3.0
# Stop blinking cursor after the specified number of seconds of keyboard inactivity. Set to
# zero or a negative number to never stop blinking.
cursor_stop_blinking_after 5.0
# The width (in pts) of window borders. Will be rounded to the nearest number of pixels based on screen resolution.
window_border_width 2