Banderolis
New member
- Joined
- May 3, 2013
- Messages
- 4
- Reaction score
- 0
I've been using `setterm -cursor off` to disable the cursor blinks in terminal mode. For the keyboard indicator, you could try `setterm -cursor on` to enable the cursor, then use `stty -icanon` to allow backspace keys to function as usual, and finally `setterm -cursor blink` to blink the cursor on/off like a usual terminal.