ctk-curses: uncomment refresh() calls
I'm not yet sure they are required there but it shouldn't hurt.
This commit is contained in:
parent
065c25cfc5
commit
5a4382a996
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue