all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Lars Magne Ingebrigtsen <larsi@gnus.org>
To: Dan Nicolaescu <dann@ics.uci.edu>
Cc: 1482@debbugs.gnu.org
Subject: bug#1482: cleanup: term.c dead code
Date: Sun, 10 Jul 2011 15:00:46 +0200	[thread overview]
Message-ID: <m31uxyguip.fsf@quimbies.gnus.org> (raw)
In-Reply-To: <200812030633.mB36XjrI024295@mothra.ics.uci.edu> (Dan Nicolaescu's message of "Tue, 2 Dec 2008 22:33:45 -0800 (PST)")

Dan Nicolaescu <dann@ics.uci.edu> writes:

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

I think cleaning up this now would be OK, but how do we know that these
three terminal types aren't supported?  Is there a list somewhere?

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/





  reply	other threads:[~2011-07-10 13:00 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-03  6:33 bug#1482: cleanup: term.c dead code Dan Nicolaescu
2011-07-10 13:00 ` Lars Magne Ingebrigtsen [this message]
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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m31uxyguip.fsf@quimbies.gnus.org \
    --to=larsi@gnus.org \
    --cc=1482@debbugs.gnu.org \
    --cc=dann@ics.uci.edu \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.