qemacs-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemacs-commit] qemacs list.c


From: Charlie Gordon
Subject: [Qemacs-commit] qemacs list.c
Date: Tue, 11 Apr 2017 03:28:26 -0400 (EDT)

CVSROOT:        /sources/qemacs
Module name:    qemacs
Changes by:     Charlie Gordon <chqrlie>        17/04/11 03:28:26

Modified files:
        .              : list.c 

Log message:
        lists: use QE_STYLE_SEL bit instead of hard coded QE_STYLE_SELECTION

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemacs/list.c?cvsroot=qemacs&r1=1.23&r2=1.24

Patches:
Index: list.c
===================================================================
RCS file: /sources/qemacs/qemacs/list.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -b -r1.23 -r1.24
--- list.c      3 Apr 2017 08:33:57 -0000       1.23
+++ list.c      11 Apr 2017 07:28:26 -0000      1.24
@@ -47,9 +47,8 @@
     } else
     if (buf[0] == '*') {
         /* selection */
-        /* XXX: use QE_STYLE_SEL ? */
         for (i = 0; i <= len; i++) {
-            sbuf[i] = QE_STYLE_SELECTION;
+            sbuf[i] |= QE_STYLE_SEL;
         }
     }
     return len;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]