Variable: system-uses-terminfo

system-uses-terminfo is a variable defined in term.c.

Value

t

Documentation

Non-nil means the system uses terminfo rather than termcap.

This variable can be used by terminal emulator packages.

Source Code

// Defined in /usr/src/emacs/src/term.c
  DEFVAR_BOOL ("system-uses-terminfo", system_uses_terminfo,
    doc: /* Non-nil means the system uses terminfo rather than termcap.
This variable can be used by terminal emulator packages.  */);