Skip to content

Commit

Permalink
🐛(ozi-new interactive): hide cursor and wrap lines in Admonitions
Browse files Browse the repository at this point in the history
Signed-off-by: rjdbcm <[email protected]>
  • Loading branch information
rjdbcm committed Jun 27, 2024
1 parent 862460d commit d1cf3da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ozi/new/interactive.py
Original file line number Diff line number Diff line change
Expand Up @@ -663,6 +663,8 @@ def _click(event: KeyPressEvent) -> None:
),
],
dont_extend_height=True,
wrap_lines=True,
always_hide_cursor=True,
)

def _handle_enter(self) -> None: # noqa: ANN101
Expand Down

0 comments on commit d1cf3da

Please sign in to comment.