unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* patch for eterm.ti
@ 2004-02-17 20:30 Dan Nicolaescu
  0 siblings, 0 replies; only message in thread
From: Dan Nicolaescu @ 2004-02-17 20:30 UTC (permalink / 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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-02-17 20:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-17 20:30 patch for eterm.ti Dan Nicolaescu

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).