Enlightenment CVS committal

Author  : mej
Project : eterm
Module  : Eterm

Dir     : eterm/Eterm/src


Modified Files:
      Tag: ETERM-0_10
        term.c term.h 


Log Message:
Mon Jan 27 17:41:59 2003                        Michael Jennings (mej)

Lane ends; merge left.

===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/term.c,v
retrieving revision 1.78.2.4
retrieving revision 1.78.2.5
diff -u -3 -r1.78.2.4 -r1.78.2.5
--- term.c      27 Nov 2002 20:22:22 -0000      1.78.2.4
+++ term.c      27 Jan 2003 22:42:49 -0000      1.78.2.5
@@ -21,7 +21,7 @@
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  */
 
-static const char cvs_ident[] = "$Id: term.c,v 1.78.2.4 2002/11/27 20:22:22 mej Exp 
$";
+static const char cvs_ident[] = "$Id: term.c,v 1.78.2.5 2003/01/27 22:42:49 mej Exp 
+$";
 
 #include "config.h"
 #include "feature.h"
@@ -2363,6 +2363,19 @@
             default:
                 break;
           }
+          break;
+
+      case XTerm_ccolor:
+          /* Change cursor color */
+#ifndef NO_CURSORCOLOR
+          nstr = (char *) strsep(&tnstr, ";");
+          if (nstr) {
+              if (XParseColor(Xdisplay, cmap, nstr, &xcol) && XAllocColor(Xdisplay, 
+cmap, &xcol)) {
+                  PixColors[cursorColor] = xcol.pixel;
+                  scr_refresh(DEFAULT_REFRESH);
+              }
+          }
+#endif
           break;
 
       case XTerm_Pixmap:
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/term.h,v
retrieving revision 1.21.2.1
retrieving revision 1.21.2.2
diff -u -3 -r1.21.2.1 -r1.21.2.2
--- term.h      19 Nov 2002 04:41:56 -0000      1.21.2.1
+++ term.h      27 Jan 2003 22:42:49 -0000      1.21.2.2
@@ -63,6 +63,7 @@
 # define XTerm_iconName        1
 # define XTerm_title   2
 # define XTerm_prop    3
+# define XTerm_ccolor  12
 # define XTerm_logfile 46
 # define XTerm_font    50
 




-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to