[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemacs-commit] qemacs hex.c
From: |
Charlie Gordon |
Subject: |
[Qemacs-commit] qemacs hex.c |
Date: |
Tue, 22 Apr 2008 09:15:02 +0000 |
CVSROOT: /cvsroot/qemacs
Module name: qemacs
Changes by: Charlie Gordon <chqrlie> 08/04/22 09:15:02
Modified files:
. : hex.c
Log message:
default ascii/binary mode to overtype
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemacs/hex.c?cvsroot=qemacs&r1=1.27&r2=1.28
Patches:
Index: hex.c
===================================================================
RCS file: /cvsroot/qemacs/qemacs/hex.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -b -r1.27 -r1.28
--- hex.c 22 Apr 2008 09:04:20 -0000 1.27
+++ hex.c 22 Apr 2008 09:15:00 -0000 1.28
@@ -177,7 +177,7 @@
s->disp_width &= ~15;
if (s->disp_width < 16)
s->disp_width = 16;
- //s->insert = 0;
+ s->insert = 0;
s->hex_mode = 0;
s->wrap = WRAP_TRUNCATE;
return 0;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Qemacs-commit] qemacs hex.c,
Charlie Gordon <=