qemacs-commit
[Top][All Lists]
Advanced

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

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


From: Charlie Gordon
Subject: [Qemacs-commit] qemacs dired.c bufed.c
Date: Mon, 11 Dec 2006 23:08:50 +0000

CVSROOT:        /cvsroot/qemacs
Module name:    qemacs
Changes by:     Charlie Gordon <chqrlie>        06/12/11 23:08:50

Modified files:
        .              : dired.c bufed.c 

Log message:
        use 20% of width for dired/bufed modes

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemacs/dired.c?cvsroot=qemacs&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/qemacs/bufed.c?cvsroot=qemacs&r1=1.4&r2=1.5

Patches:
Index: dired.c
===================================================================
RCS file: /cvsroot/qemacs/qemacs/dired.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- dired.c     11 May 2005 14:37:16 -0000      1.5
+++ dired.c     11 Dec 2006 23:08:50 -0000      1.6
@@ -510,7 +510,7 @@
     canonize_absolute_path(filename, sizeof(filename), filename);
     set_filename(b, filename);
     
-    width = qs->width / 4;
+    width = qs->width / 5;
     e = insert_window_left(b, width, WF_MODELINE);
     do_set_mode(e, &dired_mode, NULL);
     hs = e->mode_data;

Index: bufed.c
===================================================================
RCS file: /cvsroot/qemacs/qemacs/bufed.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- bufed.c     11 May 2005 15:12:14 -0000      1.4
+++ bufed.c     11 Dec 2006 23:08:50 -0000      1.5
@@ -169,7 +169,7 @@
        special buffer flag to tell this */
     b = eb_new("*bufed*", BF_READONLY | BF_SYSTEM);
 
-    width = qs->width / 4;
+    width = qs->width / 5;
     e = insert_window_left(b, width, WF_MODELINE);
     do_set_mode(e, &bufed_mode, NULL);
 




reply via email to

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