mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-22 08:18:08 +02:00
Refactor: Use a consistent name for beam cursor shape
This commit is contained in:
@@ -319,7 +319,7 @@ class DiffHandler(Handler):
|
||||
fg=self.opts.foreground, bg=self.opts.background,
|
||||
cursor=self.opts.foreground, select_fg=self.opts.select_fg,
|
||||
select_bg=self.opts.select_bg)
|
||||
self.cmd.set_cursor_shape('bar')
|
||||
self.cmd.set_cursor_shape('beam')
|
||||
|
||||
def finalize(self) -> None:
|
||||
self.cmd.set_default_colors()
|
||||
|
||||
Reference in New Issue
Block a user