#include <sys/types.h>#include "config.h"#include "screen.h"#include "extern.h"Defines | |
| #define | QUOTES(p) (*p == '\\' && (p[1] == '\\' || p[1] == ',' || p[1] == '%')) |
Functions | |
| char * | gettermcapstring (char *s) |
| int | InitTermcap (int wi, int he) |
| int | remap (int n, int map) |
| void | CheckEscape () |
| char * | MakeTermcap (int aflag) |
| int | CreateTransTable (char *s) |
| void | FreeTransTable () |
Variables | |
| display * | display |
| display * | displays |
| int | real_uid |
| int | real_gid |
| int | eff_uid |
| int | eff_gid |
| term | term [] |
| NewWindow nwin_undef nwin_default | nwin_options |
| int | force_vt |
| int | Z0width |
| int | Z1width |
| int | hardstatusemu |
| action | umtab [] |
| action | mmtab [] |
| action | dmtab [] |
| kmap_ext * | kmap_exts |
| int | kmap_extn |
| int | DefaultEsc |
| char | Termcap [TERMCAP_BUFSIZE+8] |
| char | screenterm [20] |
| char * | extra_incap |
| char * | extra_outcap |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.3