From: msw Date: Tue, 3 Apr 2001 19:33:10 +0000 (+0000) Subject: don't flicker, SLsmg_touch_screen does a clear X-Git-Tag: r0-50-22~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6df17d985f454ba6c17c5d9b77ec978242e69535;p=thirdparty%2Fnewt.git don't flicker, SLsmg_touch_screen does a clear --- diff --git a/newt.c b/newt.c index 8e20842..685dead 100644 --- a/newt.c +++ b/newt.c @@ -698,6 +698,6 @@ void newtCursorOn(void) { void newtTrashScreen(void) { if (trashScreen) - SLsmg_touch_screen(); + SLsmg_touch_lines (0, SLtt_Screen_Rows - 1); }