qemacs-commit
[Top][All Lists]
Advanced

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

[Qemacs-commit] qemacs dired.c qe.c


From: Charlie Gordon
Subject: [Qemacs-commit] qemacs dired.c qe.c
Date: Tue, 27 Dec 2016 07:31:36 -0500 (EST)

CVSROOT:        /sources/qemacs
Module name:    qemacs
Changes by:     Charlie Gordon <chqrlie>        16/12/27 07:31:36

Modified files:
        .              : dired.c qe.c 

Log message:
        comments

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemacs/dired.c?cvsroot=qemacs&r1=1.73&r2=1.74
http://cvs.savannah.gnu.org/viewcvs/qemacs/qe.c?cvsroot=qemacs&r1=1.240&r2=1.241

Patches:
Index: dired.c
===================================================================
RCS file: /sources/qemacs/qemacs/dired.c,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -b -r1.73 -r1.74
--- dired.c     27 Dec 2016 10:13:46 -0000      1.73
+++ dired.c     27 Dec 2016 12:31:36 -0000      1.74
@@ -661,7 +661,6 @@
     if (!(flags & DIRED_UPDATE_REBUILD))
         return;
 
-    /* XXX: should use screen specific space_width, separator_width or 
em_width */
     ds->last_width = window_width;
     ds->last_cur = NULL;
     width -= clamp(ds->namelen, 16, 40);

Index: qe.c
===================================================================
RCS file: /sources/qemacs/qemacs/qe.c,v
retrieving revision 1.240
retrieving revision 1.241
diff -u -b -r1.240 -r1.241
--- qe.c        27 Dec 2016 10:13:46 -0000      1.240
+++ qe.c        27 Dec 2016 12:31:36 -0000      1.241
@@ -3978,6 +3978,7 @@
             }
         } else
         if (s->curline_style && s->offset >= offset && s->offset <= offset0) {
+            /* XXX: only if qs->active_window == s ? */
             clear_color(colored_chars, colored_nb_chars);
             set_color(colored_chars, colored_chars + colored_nb_chars,
                       s->curline_style);
@@ -6053,7 +6054,7 @@
 {
     QEmacsState *qs = s->qe_state;
 
-    /* XXX: ony do this for a popup? */
+    /* XXX: only do this for a popup? */
     s->b->flags |= BF_TRANSIENT;
     edit_close(&s);
 



reply via email to

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