all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Dan Nicolaescu <dann@godzilla.ics.uci.edu>
Subject: patch for eterm.ti
Date: Tue, 17 Feb 2004 12:30:49 -0800	[thread overview]
Message-ID: <200402172030.i1HKUkP3000414@scanner2.ics.uci.edu> (raw)

[-- Attachment #1: Type: text/plain, Size: 554 bytes --]


I was investigating why emacs -nw inside a M-x term is shown as
monochrome although the "eterm" terminal supports colors. It turns out
that emacs decides no to use because the "op" terminfo property is not
set for "eterm".

term.el supports this, see: 

;;; Reset foreground
   ((eq parameter 39)

So it seems that it would be good to add this fact to eterm's terminfo
description. 


If this is OK, can somebody  please check this in? 

2004-02-17  Dan Nicolaescu  <dann@ics.uci.edu>

	* e/eterm.ti: Add entry for op.
          e/eterm: Regenerate.




[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: eterm.ti.patch --]
[-- Type: text/x-patch, Size: 487 bytes --]

*** eterm.ti.~1.1.~	Sun Oct  3 05:18:12 1999
--- eterm.ti	Tue Feb 17 12:28:18 2004
***************
*** 15,21 ****
  	smso=\E[7m,rmso=\E[m,
  	smul=\E[4m,rmul=\E[m,
  	rev=\E[7m,bold=\E[1m,sgr0=\E[m,
! 	invis=\E[8m,
  	setab=\E[%p1%{40}%+%dm, setaf=\E[%p1%{30}%+%dm,
  	bel=^G,xenl,am,
- 
--- 15,20 ----
  	smso=\E[7m,rmso=\E[m,
  	smul=\E[4m,rmul=\E[m,
  	rev=\E[7m,bold=\E[1m,sgr0=\E[m,
! 	invis=\E[8m,op=\E[39;49m,
  	setab=\E[%p1%{40}%+%dm, setaf=\E[%p1%{30}%+%dm,
  	bel=^G,xenl,am,

[-- Attachment #3: eterm --]
[-- Type: application/octet-stream, Size: 1091 bytes --]

[-- Attachment #4: Type: text/plain, Size: 141 bytes --]

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/emacs-devel

                 reply	other threads:[~2004-02-17 20:30 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=200402172030.i1HKUkP3000414@scanner2.ics.uci.edu \
    --to=dann@godzilla.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.