Ttibsi / rawterm

C++20 library for building TUI applications
MIT License
7 stars 3 forks source link

Cursor hide/show #19

Closed Ttibsi closed 1 year ago

Ttibsi commented 1 year ago
❯ echo -en "\x1b[?25l" # hide cursor
❯ echo -en "\x1b[?25h" # show cursor

This should ideally be part of the same block of cursor commands that changes their shape

Ttibsi commented 1 year ago

Closed in #21