
1. Screen dimensions

  If you want to specify size of the terminal window you must
  use dialog "Connection parameters"


2. Local cursor movement

  Name  |Sup| Description
  ------+---+--------------------------------------------------------------
  cuu1  | x | move cursor up
  cud1  | x | move cursor down
  cub1  | x | move cursor left
  cuf1  | x | move cursor right (non destructive space)
  home  | x | move cursor home (upper left corner)
  ll    | ? | move cursor lower left corner
  cr	| x | carriage return


3. Parametrized cursor movement

  Name  |Sup| Description
  ------+---+--------------------------------------------------------------
  cuu   | x | move cursor up a number of rows
  cud   | x | move cursor down a number of rows
  cub   | x | move cursor left a number of columns
  cuf   | x | move cursor right a number of columns


4. Absolute cursor movement

  Name  |Sup| Description
  ------+---+--------------------------------------------------------------
  cup   | x!| move cursor to row #1 and column #2
  hpa   | x!| move cursor horizontaly on its line to column #1
  vpa	| x!| move cursor verticaly on tis column to line #1
  sc    | x | save cursor position
  rc    | x | restore cursor position


5. Scrolling
  Name  |Sup| Description
  ------+---+--------------------------------------------------------------
  ind   | ? | scroll forward one line
  ri    | x | scroll backwards one line
  indn  | ? | scroll forward #1 lines
  rin   | ? | scroll backwars #lines
  csr   | ? | change scrolling regin of screen to rows #1 to #2
