This table identifies the codes and filePro function. Apply the key sequence to associate each of the filePro functions for your terminal in the termcap file.
Example: The following lines would be entered for a LINUX termcap definition.
|
|
|
:P0=\E[[A:P1=\E[[B:P2=\E[[C:P3=\E[[D:\ |
|
:P4=\E\E:P5=\E[[E:P6=\E[5~:P7=\E[6~:P8=\E^I:P9=^I:\ |
|
:PA=^O:PB=\E[17~:PC=^L:PD=\E[18~:PE=\E[19~:PG=^Z:\ |
|
:PH=\E[20~:PJ=\E[21~:PV:
|
|
Code |
Function |
|
P0 |
insert character label |
|
P1 |
delete character label |
|
P2 |
insert line label |
|
P3 |
delete line |
|
P4 |
save information |
|
P5 |
duplicate information |
|
P6 |
up-tab label |
|
P7 |
down-tab label |
|
P8 |
left-tab label |
|
P9 |
right-tab label |
|
PA |
clear-to-end-of-field |
|
PB |
display fields |
|
PC |
redraw screen |
|
PD |
enter print code |
|
PE |
display print codes |
|
PF |
restore cursor |
|
PG |
reverse-video-toggle |
|
PH |
graphics-mode toggle |
|
PI |
display-key-table for the current terminal (default is [ESC][?] if not specified) |
|
PJ |
help |
|
PN |
local printing on |
|
PS |
local printing off |
|
|
|