all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Prestoo Ten <prestooten@gmail.com>
To: bug-gnu-emacs@gnu.org
Subject: bug#2650: Add "lisp/term/screen.el" to support GNU Screen's 256 colors mode
Date: Thu, 12 Mar 2009 21:45:28 +0200	[thread overview]
Message-ID: <a1e0f72a0903121245o7313f106g11c3d800e9b7466a@mail.gmail.com> (raw)

Please consider adding the file "lisp/term/screen.el" with the
following contents to support GNU Screen's "screen-256color" terminal
type:

(load "term/xterm")

(defun terminal-init-screen ()
    "Terminal initialization function for screen."
    ;; Use the xterm color initialization code.
    (xterm-register-default-colors)
    (tty-set-up-initial-frame-faces))

See discussion in the following threads on the emacs-devel mailing list:

http://article.gmane.org/gmane.emacs.devel/87582/
http://article.gmane.org/gmane.emacs.devel/109504/







             reply	other threads:[~2009-03-12 19:45 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-12 19:45 Prestoo Ten [this message]
2010-07-30 21:31 ` bug#2650: Add "lisp/term/screen.el" to support GNU Screen's 256 colors mode Anders Kaseorg
2011-02-27 20:41   ` Gregor Zattler
2011-02-27 21:27     ` Chong Yidong

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=a1e0f72a0903121245o7313f106g11c3d800e9b7466a@mail.gmail.com \
    --to=prestooten@gmail.com \
    --cc=2650@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 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.