Curses,
Term,
Vi,
Terminfo,
Ul,
Printf,
Tset,
Ex,
Cap_mkdb,
More,
Termcap TERMCAP(5) - File Formats Manual # TERMCAP(5) - File Formats Manual
NAME # termcap - terminal capability database
DESCRIPTION # The termcap file is a database describing terminals, used, for example, by vi(1) and curses(3). Terminals are described in termcap by giving a set of capabilities that they have and by describing how operations are performed. Padding requirements and initialization sequences are included in termcap.
Entries in termcap consist of a number of `:’-separated fields.
...
VI(1) - General Commands Manual # VI(1) - General Commands Manual
NAME # ex, vi, view - text editors
SYNOPSIS # ex [-FRrSsv] [-c cmd] [-t tag] [-w size] [file …]
vi [-eFRrS] [-c cmd] [-t tag] [-w size] [file …]
view [-eFrS] [-c cmd] [-t tag] [-w size] [file …]
DESCRIPTION # ex is a line-oriented text editor; vi is a screen-oriented text editor. ex and vi are different interfaces to the same program, and it is possible to switch back and forth during an edit session.
...