home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / apps / program / d / elvis / Docs / Termcap < prev    next >
Encoding:
Text File  |  1990-01-09  |  1.2 KB  |  36 lines

  1. REQUIRED NUMERIC CAPABILITIES
  2.     :co#:    number of columns on the screen (characters per line)
  3.     :li#:    number of lines on the screen
  4.  
  5. REQUIRED STRING CAPABILITIES
  6.     :ce=:    clear to end-of-line
  7.     :cl=:    home the cursor & clear the screen
  8.     :cm=:    move the cursor to a given row/column
  9.     :up=:    move the cursor up one line
  10.     :ic=:    insert a blank character
  11.  
  12. BOOLEAN CAPABILITIES
  13.     :am:    auto margins - wrap when a char is written to the last column?
  14.     :pt:    physical tabs?
  15.  
  16. OPTIONAL STRING CAPABILITIES
  17.     :al=:    insert a blank row on the screen
  18.     :dl=:    delete a row from the screen
  19.     :cd=:    clear to end of display
  20.     :ei=:    end insert mode
  21.     :im=:    start insert mode
  22.     :dc=:    delete a character
  23.     :kd=:    sequence sent by the down arrow key
  24.     :kl=:    sequence sent by the left arrow key
  25.     :kr=:    sequence sent by the right arrow key
  26.     :ku=:    sequence sent by the up arrow key
  27.     :sr=:    scroll reverse (insert a row at the top of the screen)
  28.     :vb=:    visible bell
  29.  
  30. OPTIONAL CAPABILITIES THAT DESCRIBE CHARACTER ATTRIBUTES
  31.     :so=: :se=:    start/end standout mode (We don't care about :sg#:)
  32.     :us=: :ue=:    start/end underlined mode
  33.     :VB=: :Vb=:    start/end boldface mode
  34.     :as=: :ae=:    start/end alternate character set (italics)
  35.     :ug#:        visible gap left by :us=:, :ue=:, :VB=:, or :Vb=:
  36.