ctk-curses: uncomment refresh() calls

I'm not yet sure they are required there but it shouldn't hurt.
This commit is contained in:
François Revol 2013-03-30 23:03:04 +01:00
parent 065c25cfc5
commit 5a4382a996

View file

@ -293,7 +293,7 @@ console_cputc(char c)
break;
}
addch(ch);
/*refresh(); */
refresh();
}
/*-----------------------------------------------------------------------------------*/
void
@ -307,7 +307,7 @@ void
cclear(unsigned char length)
{
hline(' ', length);
/*refresh(); */
refresh();
}
/*-----------------------------------------------------------------------------------*/
void