Le 2002.01.09 19:33, andrej hocevar a écrit : > Hello, > how do I change the cursor style in the console, eg. like an > underscope vs. a solid block? > > Thanks, > > andrej >
extract of linux/Documentation/VGA-softcursor.txt: To get normal blinking underline, use: echo -e '\033[?2c' To get blinking block, use: echo -e '\033[?6c' To get red non-blinking block, use: echo -e '\033[?17;0;64c'