[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemacs-commit] qemacs tty.c
From: |
Charlie Gordon |
Subject: |
[Qemacs-commit] qemacs tty.c |
Date: |
Thu, 10 Apr 2008 21:15:18 +0000 |
CVSROOT: /cvsroot/qemacs
Module name: qemacs
Changes by: Charlie Gordon <chqrlie> 08/04/10 21:15:18
Modified files:
. : tty.c
Log message:
comment
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemacs/tty.c?cvsroot=qemacs&r1=1.42&r2=1.43
Patches:
Index: tty.c
===================================================================
RCS file: /cvsroot/qemacs/qemacs/tty.c,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -b -r1.42 -r1.43
--- tty.c 9 Apr 2008 16:51:30 -0000 1.42
+++ tty.c 10 Apr 2008 21:15:18 -0000 1.43
@@ -1111,6 +1111,7 @@
}
if (fgcolor != (int)TTYCHAR_GETFG(cc) && ch != ' ') {
fgcolor = TTYCHAR_GETFG(cc);
+ /* should use reverse for some colors */
/* should use array of strings */
if (tty_use_bold_as_bright) {
/* use bold for high color */