Lost of changes
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
* Purpose ...............: Screen functions for setup.
|
||||
*
|
||||
*****************************************************************************
|
||||
* Copyright (C) 1997-2002
|
||||
* Copyright (C) 1997-2004
|
||||
*
|
||||
* Michiel Broek FIDO: 2:280/2802
|
||||
* Beekmansbos 10
|
||||
@@ -227,9 +227,9 @@ void working(int txno, int y, int x)
|
||||
for (i = 1; i <= 5; i++) {
|
||||
fputc(7, stdout);
|
||||
fflush(stdout);
|
||||
usleep(150000);
|
||||
msleep(150);
|
||||
}
|
||||
usleep(550000);
|
||||
msleep(550);
|
||||
break;
|
||||
case 3: mvprintw(4, 66, (char *)"Form inserted");
|
||||
fputc(7, stdout);
|
||||
|
Reference in New Issue
Block a user