mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
removed warning
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@728 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
59ca882dcc
commit
b61e210389
@ -332,12 +332,12 @@ static void gui_printtext(WINDOW_REC *window, gpointer fgcolor, gpointer bgcolor
|
|||||||
|
|
||||||
static void window_clear(GUI_WINDOW_REC *gui)
|
static void window_clear(GUI_WINDOW_REC *gui)
|
||||||
{
|
{
|
||||||
int n;
|
|
||||||
|
|
||||||
#ifdef USE_CURSES_WINDOWS
|
#ifdef USE_CURSES_WINDOWS
|
||||||
wclear(gui->parent->curses_win);
|
wclear(gui->parent->curses_win);
|
||||||
screen_refresh(gui->parent->curses_win);
|
screen_refresh(gui->parent->curses_win);
|
||||||
#else
|
#else
|
||||||
|
int n;
|
||||||
|
|
||||||
for (n = gui->parent->first_line; n < gui->parent->last_line; n++) {
|
for (n = gui->parent->first_line; n < gui->parent->last_line; n++) {
|
||||||
move(n, 0);
|
move(n, 0);
|
||||||
clrtoeol();
|
clrtoeol();
|
||||||
|
Loading…
Reference in New Issue
Block a user