unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#1482: cleanup: term.c dead code
@ 2008-12-03  6:33 Dan Nicolaescu
  2011-07-10 13:00 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 8+ messages in thread
From: Dan Nicolaescu @ 2008-12-03  6:33 UTC (permalink / raw)
  To: bug-gnu-emacs


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"))
    {







^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2011-07-11 15:16 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-12-03  6:33 bug#1482: cleanup: term.c dead code Dan Nicolaescu
2011-07-10 13:00 ` Lars Magne Ingebrigtsen
2011-07-10 15:45   ` Dan Nicolaescu
2011-07-10 15:59     ` Lars Magne Ingebrigtsen
2011-07-10 17:47       ` Dan Nicolaescu
2011-07-10 16:26   ` Andreas Schwab
2011-07-10 17:57     ` Dan Nicolaescu
2011-07-11 15:16       ` Lars Magne Ingebrigtsen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).