[Pcsclite-cvs-commit] r1662 - trunk/PCSC/src

Ludovic Rousseau rousseau at costa.debian.org
Mon Sep 19 08:07:48 UTC 2005


Author: rousseau
Date: 2005-09-19 08:07:48 +0000 (Mon, 19 Sep 2005)
New Revision: 1662

Modified:
   trunk/PCSC/src/debuglog.c
Log:
add rxvt-unicode to the terminals with color support


Modified: trunk/PCSC/src/debuglog.c
===================================================================
--- trunk/PCSC/src/debuglog.c	2005-09-19 08:07:20 UTC (rev 1661)
+++ trunk/PCSC/src/debuglog.c	2005-09-19 08:07:48 UTC (rev 1662)
@@ -166,7 +166,7 @@
 	/* log to stderr and stderr is a tty? */
 	if (DEBUGLOG_STDERR_DEBUG == LogMsgType && isatty(fileno(stderr)))
 	{
-		const char *terms[] = { "linux", "xterm", "Eterm", "rxvt" };
+		const char *terms[] = { "linux", "xterm", "Eterm", "rxvt", "rxvt-unicode" };
 		char *term;
 
 		term = getenv("TERM");




More information about the Pcsclite-cvs-commit mailing list