termux-app
termux-app copied to clipboard
Add blinking support for 'cursor style' CSI
Now echo -e '\e[1 q'
will set blinking cursor and echo -e '\e[2 q'
will set steady cursor
Warning: Need to enable cursor blinking via terminal-cursor-blink-rate
in ~/.termux/termux.properties
or else blinking won't work, cursor will always be steady