HomeSort by: relevance | last modified time | path
    Searched refs:TERMCAP (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/xterm/dist/
main.c 232 #define USE_SYSV_ENVVARS /* COLUMNS/LINES vs. TERMCAP */
511 * higher value is not useful since legacy applications (termcap) that care
1284 { "-/+im", "use insert mode for TERMCAP" },
1557 * Decode a key-definition. This combines the termcap and ttyModes, for
1562 decode_keyvalue(char **ptr, int termcap)
1574 if (!termcap) {
1584 } else if (termcap && (*string == '\\')) {
3328 * The only difference in /etc/termcap between 4014 and 4015 is that
3847 TRIM(0, TERMCAP),
4186 * This used to exit if no termcap entry was found for the specifie
    [all...]
configure 806 --disable-tcap-fkeys disable termcap function-keys support
807 --disable-tcap-query disable compiled-in termcap-query support
7487 # running in 'screen', which sets $TERMCAP to a specific entry that is not
7488 # necessarily in /etc/termcap - unsetenv is not portable, so we cannot simply
7489 # discard $TERMCAP.
7491 if test -n "$TERMCAP"
7493 cf_TERMCAP=`echo "$TERMCAP" | tr '\n' ' ' | sed -e 's/^..|//' -e 's/|.*//'`
7504 # BSD termcap used no header file
7505 # SVr4 provided termcap prototypes as a legacy feature in term.h
7506 # GNU termcap provided termcap prototypes in termcap.
    [all...]

Completed in 8 milliseconds