comparison console/libgnt/gntentry.c @ 13878:0d0ab1e39d0a

[gaim-migrate @ 16355] Change the behaviour of the widgets about how they update themselves. This makes things a little better, and hopefully easier to build more stuff on top of this. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Tue, 27 Jun 2006 02:33:55 +0000
parents c1e3f7c75c3f
children 5c750626eaa5
comparison
equal deleted inserted replaced
13877:765bbdf29d04 13878:0d0ab1e39d0a
19 mvwprintw(widget->window, 0, 0, entry->scroll); 19 mvwprintw(widget->window, 0, 0, entry->scroll);
20 20
21 stop = entry->end - entry->scroll; 21 stop = entry->end - entry->scroll;
22 if (stop < widget->priv.width) 22 if (stop < widget->priv.width)
23 mvwhline(widget->window, 0, stop, ENTRY_CHAR, widget->priv.width - stop); 23 mvwhline(widget->window, 0, stop, ENTRY_CHAR, widget->priv.width - stop);
24
25 wrefresh(widget->window);
26 24
27 DEBUG; 25 DEBUG;
28 } 26 }
29 27
30 static void 28 static void