diff --git a/platform/native/ctk/ctk-curses.c b/platform/native/ctk/ctk-curses.c index 780fbefd1..192284435 100644 --- a/platform/native/ctk/ctk-curses.c +++ b/platform/native/ctk/ctk-curses.c @@ -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