
vtparse       vtparse  vtparse  termcap  description
action        ch       param    name

CSI_DISPATCH  @        %1       IC       insert %1 characters

This may be ESC_DISPATCH:

CSI_DISPATCH  C        %1       RI       move cursor right %1
CSI_DISPATCH  H        %1%2     cm       move cursor to %1,%2
CSI_DISPATCH  H        -        ho       move cursor to home
CSI_DISPATCH  h        25       ve       cursor normal
CSI_DISPATCH  J        %1       cl       clear to end of screen
CSI_DISPATCH  K        %1       ce       clear to end of line
CSI_DISPATCH  L        %1       al       insert line at %1
CSI_DISPATCH  l        25       ve       cursor invisible
CSI_DISPATCH  l        47       i1?      ??
CSI_DISPATCH  M        %1       DL       delete %1 lines
CSI_DISPATCH  P        %1       DC       delete %1 characters
CSI_DISPATCH  r        %1%2     cs       region is line %1 to line %2

ESC_DISPATCH  7        -        sc       save cursor position
ESC_DISPATCH  8        -        rc       restore cursor
ESC_DISPATCH  >                          keypad ASCII codes = engraved

EXECUTE       7        -        -        print bell
EXECUTE       8        -        -        print backspace
EXECUTE       9        -        -        print tab
EXECUTE       A        -        -        print new line
EXECUTE       D        -        -        print carriage return

PRINT         ch       -        -        print ch
