# HG changeset patch # User Sadrul Habib Chowdhury # Date 1159294874 0 # Node ID 3e193cf68660aa9d5c99ebd7da343673bb9fd06a # Parent 776615acf309d32ba02178eb8f93fef07c55f521 [gaim-migrate @ 17357] RTFM. This makes the cursor more visible in entry-boxes. committer: Tailor Script diff -r 776615acf309 -r 3e193cf68660 console/libgnt/gntentry.c --- a/console/libgnt/gntentry.c Tue Sep 26 17:38:09 2006 +0000 +++ b/console/libgnt/gntentry.c Tue Sep 26 18:21:14 2006 +0000 @@ -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; }