Skip to content

Disable Cursor Blinking #46

@floington500

Description

@floington500

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions