patch-2.1.111 linux/Documentation/VGA-softcursor.txt

Next file: linux/Documentation/hayes-esp.txt
Previous file: linux/Documentation/Configure.help
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.110/linux/Documentation/VGA-softcursor.txt linux/Documentation/VGA-softcursor.txt
@@ -31,3 +31,10 @@
    The third parameter consists of character attribute bits you want to set.
 Bit setting takes place before bit toggling, so you can simply clear a bit by 
 including it in both the set mask and the toggle mask.
+
+Examples:
+=========
+
+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'

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov