Lost of changes

This commit is contained in:
Michiel Broek
2004-01-25 10:57:35 +00:00
parent 1382701bd8
commit 5a0e317f23
41 changed files with 762 additions and 604 deletions

View File

@@ -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);