Line Mode Display Control Codes (VTSU)

#Field control|
 Code   Abbr.  Description
  1E  ...NOR   half-bright (d. bright)
  1D  ...EM1   half-bright (d. bright), flashing
  1F  ...EM2   half-bright (d. bright), underlined
  13  ...EM3   d. bright (half-bright)
  14  ...EM4   d. bright (half-bright), underlined
  12  ...DAR   dark
  36  ...SPA   protected, half-bright  (Start Protected Area)
  08  ...EPA   unprotected, d. bright  (End   Protected Area)
  11  ...NUM   unprotected, d. bright, numeric input only

#Line handling/Special functions|
 Code   Abbr.  Description
  15  ...NL    Line end (LZE)
  0C  ...NP    Page end, or overflow control ("PLEASE ACKNOWLEDGE")
  0D  ...CL    Carriage return (only for punches and printers)
  29 n ..VPA   Vertical positioning at line n (n = binary/max. 3 digit
               line number in character format)
  07  ...DEL   Delete character. The character will not appear in the 
               output and will not be transmitted to the terminal
  3F  ...SUB   Substitute character. Control characters <X'40'will be 
               replaced with this character in order to be displayed.
  27  ...ESC   Escape. This and the following code will be transfered
               unmodified to the terminal. This is useful for utilising 
               functions of the terminal that are not supported by logical
               control codes (e.g.  2784 = LSP).