bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#1482: cleanup: term.c dead code


From: Dan Nicolaescu
Subject: bug#1482: cleanup: term.c dead code
Date: Tue, 2 Dec 2008 22:33:45 -0800 (PST)

These terminal types are not supported by terminfo, so probably they are
long dead.  This code can be cleaned up whenever cleanups are allowed.

  /* Special handling for certain terminal types known to need it */

  if (!strcmp (terminal_type, "supdup"))
    {
      terminal->memory_below_frame = 1;
      tty->Wcm->cm_losewrap = 1;
    }
  if (!strncmp (terminal_type, "c10", 3)
      || !strcmp (terminal_type, "perq"))
    {







reply via email to

[Prev in Thread] Current Thread [Next in Thread]