a-kenji / tui-term

A pseudoterminal widget library for ratatui
MIT License
119 stars 7 forks source link

Allow setting of the cursor explicitly #114

Closed a-kenji closed 8 months ago

a-kenji commented 10 months ago

The cursor can already be configured: #113.

Allow configuring omitting the cursor entirely through a setting.

show_cursor: bool
a-kenji commented 8 months ago

Implemented in #132