From: <sa...@us...> - 2006-09-26 18:21:17
|
Revision: 17357 http://svn.sourceforge.net/gaim/?rev=17357&view=rev Author: sadrul Date: 2006-09-26 11:21:14 -0700 (Tue, 26 Sep 2006) Log Message: ----------- RTFM. This makes the cursor more visible in entry-boxes. Modified Paths: -------------- trunk/console/libgnt/gntentry.c Modified: trunk/console/libgnt/gntentry.c =================================================================== --- trunk/console/libgnt/gntentry.c 2006-09-26 17:38:09 UTC (rev 17356) +++ trunk/console/libgnt/gntentry.c 2006-09-26 18:21:14 UTC (rev 17357) @@ -128,7 +128,7 @@ if (focus) mvwchgat(widget->window, 0, gnt_util_onscreen_width(entry->scroll, entry->cursor), - 1, A_REVERSE, COLOR_PAIR(GNT_COLOR_TEXT_NORMAL), NULL); + 1, A_REVERSE, GNT_COLOR_TEXT_NORMAL, NULL); GNTDEBUG; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |