termux-app icon indicating copy to clipboard operation
termux-app copied to clipboard

Add blinking support for 'cursor style' CSI

Open ErrrorMaxx opened this issue 3 years ago • 0 comments

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

ErrrorMaxx avatar Feb 17 '22 07:02 ErrrorMaxx