ANSI escape code - Examples: Encyclopedia II - ANSI escape code - ExamplesCSI 0 ; 6 8 ; "DIR" ; 13 p - This re-assigns the key F10 to send to the keyboard buffer the string "DIR" and ENTER, which in the DOS command line would display the contents of the current directory. (MS-DOS ANSI.SYS only)
CSI 2 J - This clears the screen and locates the cursor to the y,x position 0,0 (upper left corner).
CSI 32 m - This makes text green. Normally the green would be dark, dull green, so you may wish to enable Bold with the code CSI 1 m which would make it bright green. This ca ...
See also:ANSI escape code, ANSI escape code - Examples Read more here: » ANSI escape code: Encyclopedia II - ANSI escape code - Examples |