Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/xgi/castero
Browse files Browse the repository at this point in the history
  • Loading branch information
xgi committed Oct 15, 2021
2 parents 85fe6f6 + 9b0c01b commit e9af00b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion castero/display.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,8 @@ def show_help(self) -> None:
min(len(help_lines), cur_offset + y_bounds[1] + 2),
len(help_lines)
)
help_window.addstr(y_bounds[1] + 1, 2, bottom_line)
help_window.addstr(
y_bounds[1] + 1, 2, bottom_line[:self._parent_x - 3])
help_window.refresh()
update_text = False

Expand Down

0 comments on commit e9af00b

Please sign in to comment.