qemacs-commit
[Top][All Lists]
Advanced

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

[Qemacs-commit] qemacs TODO.org extras.c


From: Charlie Gordon
Subject: [Qemacs-commit] qemacs TODO.org extras.c
Date: Sun, 18 Oct 2020 05:23:35 -0400 (EDT)

CVSROOT:        /sources/qemacs
Module name:    qemacs
Changes by:     Charlie Gordon <chqrlie>        20/10/18 05:23:35

Modified files:
        .              : TODO.org extras.c 

Log message:
        sundries

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemacs/TODO.org?cvsroot=qemacs&r1=1.47&r2=1.48
http://cvs.savannah.gnu.org/viewcvs/qemacs/extras.c?cvsroot=qemacs&r1=1.78&r2=1.79

Patches:
Index: TODO.org
===================================================================
RCS file: /sources/qemacs/qemacs/TODO.org,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -b -r1.47 -r1.48
--- TODO.org    17 Oct 2020 21:09:49 -0000      1.47
+++ TODO.org    18 Oct 2020 09:23:34 -0000      1.48
@@ -5,6 +5,8 @@
 
 * Recent bugs and ideas
 
+** extras: move sorting code to eb_sort()
+** extras: use eb_sort in help windows
 ** style: add color themes
 ** style: add style recent changes (highlight-recent-changes)
 ** style: add style for trailing blanks
@@ -17,7 +19,7 @@
 ** clang: allman and other styles
 ** clang: auto remove trailing spaces and add final newline
 ** clang: colorizing bug: static int (*qe__initcall_first)(void) qe__init_call 
= NULL;
-** clang: epita tyle
+** clang: epita style
 ** clang: missed tag: static int (*qe__initcall_first)(void) qe__init_call = 
NULL;
 ** display: add screen dump command and format
 ** display: colorize extra ^M and ^Z as preproc at end of line prior to 
calling the syntax highlighter (same as BOM)

Index: extras.c
===================================================================
RCS file: /sources/qemacs/qemacs/extras.c,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -b -r1.78 -r1.79
--- extras.c    17 Oct 2020 21:09:49 -0000      1.78
+++ extras.c    18 Oct 2020 09:23:34 -0000      1.79
@@ -1698,8 +1698,8 @@
 }
 
 static void tag_buffer(EditState *s) {
-    unsigned int buf[100];
-    QETermStyle sbuf[100];
+    unsigned int buf[COLORED_MAX_LINE_SIZE];
+    QETermStyle sbuf[COLORED_MAX_LINE_SIZE];
     int offset, line_num, col_num;
 
     if (s->colorize_func || s->b->b_styles) {



reply via email to

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