ziglibs / ansi-term

Zig library for dealing with ANSI terminals
MIT License
68 stars 7 forks source link

missing cursor modes #15

Closed ZanovelloAlberto closed 1 year ago

ZanovelloAlberto commented 1 year ago

it seem missing the cursor mode (e.g. blinking, underscore, solid state... ) most of terminal emulator seem support it:

whit N that is 1...6 echo -en "\e[N q"

joachimschmidt557 commented 1 year ago

closed by #17