GNU bug report logs - #2650
Add "lisp/term/screen.el" to support GNU Screen's 256 colors mode

Previous Next

Package: emacs;

Reported by: Prestoo Ten <prestooten <at> gmail.com>

Date: Thu, 12 Mar 2009 19:55:04 UTC

Severity: wishlist

Tags: patch

Fixed in version 24.1

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Prestoo Ten <prestooten <at> gmail.com>
To: bug-gnu-emacs <at> 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
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/





This bug report was last modified 13 years and 117 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.