[ekg2-commit] r3840 - trunk/plugins/ncurses: trunk/plugins/ncurses/old.c

SVN commit svn w toxygen.net
Wto, 4 Mar 2008, 15:51:11 CET


Author: darkjames
Date: 2008-03-04 15:51:11 +0100 (Tue, 04 Mar 2008)
New Revision: 3840

Modified:
   trunk/plugins/ncurses/old.c
Log:
fix, print '<' and '>' with A_BOLD 



Modified: trunk/plugins/ncurses/old.c
===================================================================
--- trunk/plugins/ncurses/old.c	2008-03-04 14:42:05 UTC (rev 3839)
+++ trunk/plugins/ncurses/old.c	2008-03-04 14:51:11 UTC (rev 3840)
@@ -2348,7 +2348,7 @@
 #endif
 		/* this mut be here if we don't want 'timeout' after pressing ^C */
 		if (ch == 3) ncurses_commit();
-		wattrset(input, color_pair(COLOR_BLACK, COLOR_BLACK));
+		wattrset(input, color_pair(COLOR_BLACK, COLOR_BLACK) | A_BOLD);
 		if (line_start > 0)
 			mvwaddch(input, 0, promptlen, '<');
 		if (linelen - line_start > input->_maxx + 1 - promptlen)



Więcej informacji o liście dyskusyjnej ekg2-commit