wiping again...

This commit is contained in:
tth
2021-02-22 12:39:11 +01:00
parent af5f983a60
commit be1809ec16
3 changed files with 66 additions and 8 deletions

View File

@@ -2,6 +2,7 @@
* NcLooper--- interface curses, fonctions de base
*/
#include <stdio.h>
#include <curses.h>
#include "ncfuncs.h"
@@ -17,6 +18,8 @@ standend();
mvaddstr(1, 5, txt);
refresh();
keypad(stdscr, 1);
return -1;
}
/* --------------------------------------------------------------------- */