Change cursor

This commit is contained in:
Bart van der Braak 2024-12-18 21:59:53 +01:00
parent 1f2d94fe27
commit 14ecf88e31

View file

@ -26,7 +26,9 @@ return {
}, },
-- Use a steady block cursor -- Use a steady block cursor
default_cursor_style = "SteadyBlock", default_cursor_style = "BlinkingBlock",
cursor_blink_rate = 600,
animation_fps = 144,
-- Set scrollback lines to a large number for history -- Set scrollback lines to a large number for history
scrollback_lines = 10000, scrollback_lines = 10000,