mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
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
@ -293,7 +293,7 @@ console_cputc(char c)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
addch(ch);
|
addch(ch);
|
||||||
/*refresh(); */
|
refresh();
|
||||||
}
|
}
|
||||||
/*-----------------------------------------------------------------------------------*/
|
/*-----------------------------------------------------------------------------------*/
|
||||||
void
|
void
|
||||||
@ -307,7 +307,7 @@ void
|
|||||||
cclear(unsigned char length)
|
cclear(unsigned char length)
|
||||||
{
|
{
|
||||||
hline(' ', length);
|
hline(' ', length);
|
||||||
/*refresh(); */
|
refresh();
|
||||||
}
|
}
|
||||||
/*-----------------------------------------------------------------------------------*/
|
/*-----------------------------------------------------------------------------------*/
|
||||||
void
|
void
|
||||||
|
Loading…
Reference in New Issue
Block a user