Changes

ANSI and VT100 Terminal Control Escape Sequences

1,584 bytes added, 23:02, 22 August 2012
The following lines were added (+) and removed (-):
== Erasing Text ==Erase End of Line <ESC>[K*    Erases from the current cursor position to the end of the current line.Erase Start of Line <ESC>[1K*    Erases from the current cursor position to the start of the current line.Erase Line <ESC>[2K*    Erases the entire current line.Erase Down <ESC>[J*    Erases the screen from the current line down to the bottom of the screen.Erase Up <ESC>[1J*    Erases the screen from the current line up to the top of the screen.Erase Screen <ESC>[2J*    Erases the screen with the background color and moves the cursor to home.== Printing ==Some terminals support local printing:Print Screen <ESC>[i*    Print the current screen.Print Line <ESC>[1i*    Print the current line.Stop Print Log <ESC>[4i*    Disable log.Start Print Log <ESC>[5i*    Start log; all received text is echoed to a printer.== Define Key ==Set Key Definition <ESC>[{key};"{string}"p*    Associates a string of text to a keyboard key. {key} indicates the key by its ASCII value in decimal.== Set Display Attributes ==Set Attribute Mode <ESC>[{attr1};...;{attrn}m*    Sets multiple display attribute settings. The following lists standard attributes:    0 Reset all attributes    1 Bright    2 Dim    4 Underscore     5 Blink    7 Reverse    8 Hidden    Foreground Color    30 Black    31 Red    32 Green    33 Yellow    34 Blue    35 Magenta    36 Cyan    37 White    Background Color    40 Black    41 Red    42 Green    43 Yellow    44 Blue    45 Magenta    46 Cyan    47 White
Bureaucrat, administrator
16,192
edits