How Commands Are Parsed from vvtermcap

The commands from vvtermcap are read using two Vermont Views parse tables—a key definitions table and a terminal definition table. The key definition parse table is used to parse and read all mnemonics associated with interpreting keyboard input. The terminal definition table is used for all other types of commands and terminal information. Both of these parse tables are initialized in vv_main.h.

More:

Parsing Terminal Commands

Parsing Key Definitions

Parsing Key Labels


Home Contents Previous Next