Refactor: Use a consistent name for beam cursor shape

This commit is contained in:
pagedown
2022-11-19 10:34:50 +08:00
parent ffefd0f581
commit a131f9a82e
4 changed files with 4 additions and 4 deletions

View File

@@ -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()