From: Dan Nicolaescu <dann@ics.uci.edu>
To: bug-gnu-emacs <bug-gnu-emacs@gnu.org>
Subject: bug#1482: cleanup: term.c dead code
Date: Tue, 2 Dec 2008 22:33:45 -0800 (PST) [thread overview]
Message-ID: <200812030633.mB36XjrI024295@mothra.ics.uci.edu> (raw)
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"))
{
next reply other threads:[~2008-12-03 6:33 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-12-03 6:33 Dan Nicolaescu [this message]
2011-07-10 13:00 ` bug#1482: cleanup: term.c dead code 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200812030633.mB36XjrI024295@mothra.ics.uci.edu \
--to=dann@ics.uci.edu \
--cc=1482@emacsbugs.donarmstrong.com \
--cc=bug-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).