evertiro / cdm

Console Display Manager
http://evertiro.com
GNU General Public License v2.0
428 stars 40 forks source link

Disable Cursor Blinking #46

Open floington500 opened 10 months ago

floington500 commented 10 months ago

It only takes one line of code and makes the display manager look about five times better, you can simply add an ANSI escape code at the beginning like this:

# DISABLE THE CURSOR BLINKING
echo -e '\033[?25l'
name=$(basename "$0")
longname='Console Display Manager'
ver='0.7'

Making an option for this in the configuration file would be even better because the way I added it is a bit out of the blue.