Enlightenment CVS committal

Author  : mej
Project : eterm
Module  : Eterm

Dir     : eterm/Eterm


Modified Files:
      Tag: ETERM-0_10
        ChangeLog 


Log Message:
Mon Mar  3 01:12:34 2003                        Michael Jennings (mej)

Merge.

===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/ChangeLog,v
retrieving revision 1.278.2.11
retrieving revision 1.278.2.12
diff -u -3 -r1.278.2.11 -r1.278.2.12
--- ChangeLog   27 Jan 2003 22:42:46 -0000      1.278.2.11
+++ ChangeLog   3 Mar 2003 06:20:31 -0000       1.278.2.12
@@ -4992,3 +4992,48 @@
 Support for xterm's cursor color change sequence (\e]12;<color>\a) as
 requested by Thomas <[EMAIL PROTECTED]>.
 ----------------------------------------------------------------------
+Wed Feb 19 11:41:00 2003                        Michael Jennings (mej)
+
+Patch from Paul Brannan <[EMAIL PROTECTED]> to fix a conflict
+between twin's non-standard mouse drag reporting and vim when twin
+support is not enabled.
+----------------------------------------------------------------------
+Mon Feb 24 21:05:00 2003                        Michael Jennings (mej)
+
+Screw it.  I don't see any way to "sanitize" these, as they put it,
+so we'll just disable that for now until someone can throw me a clue.
+----------------------------------------------------------------------
+Sun Mar  2 23:40:39 2003                        Michael Jennings (mej)
+
+Fixed a bug with foreground/background color change pointed out by
+Thomas <[EMAIL PROTECTED]>.
+
+Also added support for all the other OSC color change sequences (at
+least those for the colors that Eterm uses).  The sequences are of
+the form "\e];n;color[;color[...]]\a", where n is between 10 and 19.
+You can specify up to (20 - n) semicolon-separated colors representing
+the following attributes in order:  foreground, background, cursor,
+mouse pointer, mouse pointer background (*), Tek foreground (*), Tek
+background (*), highlight color (*), bold color, and underline color.
+Attributes marked with a (*) are ignored by Eterm and may be left
+empty, but their trailing semicolons must be present for xterm
+compatibility.
+
+For example, to set a white foreground, black background, yellow text
+cursor, green mouse cursor, #ffaa00 for bold, and cyan for underline,
+you could use either of the following:
+
+echo -e "\e]10;white;black;yellow;green;;;;;#ffaa00;cyan\007"
+
+ or
+
+echo -e "\e]10;white\007"
+echo -e "\e]11;black\007"
+echo -e "\e]12;yellow\007"
+echo -e "\e]13;green\007"
+echo -e "\e]18;#ffaa00\007"
+echo -e "\e]19;cyan\007"
+
+Note that the setting of bold and underline colors using 18 and 19 are
+Eterm extensions.
+----------------------------------------------------------------------




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to