Revision: | 1.4 |
Committed: | Fri Nov 5 17:51:17 2004 UTC (20 years, 6 months ago) by greg |
Content type: | text/plain |
Branch: | MAIN |
CVS Tags: | HEAD |
Changes since 1.3: | +1 -1 lines |
State: | FILE REMOVED |
Log Message: | Removed plotout and lib4014 it depends on |
# | User | Rev | Content |
---|---|---|---|
1 | greg | 1.1 | #ifndef lint |
2 | greg | 1.4 | static const char RCSid[] = "$Id: erase.c,v 1.3 2003/11/15 02:13:37 schorsch Exp $"; |
3 | greg | 1.1 | #endif |
4 | |||
5 | #include <stdio.h> | ||
6 | schorsch | 1.2 | |
7 | #include "platform.h" | ||
8 | schorsch | 1.3 | #include "local4014.h" |
9 | #include "lib4014.h" | ||
10 | greg | 1.1 | |
11 | schorsch | 1.3 | extern void |
12 | erase(void) | ||
13 | { | ||
14 | putch(033); | ||
15 | putch(014); | ||
16 | fflush(stdout); | ||
17 | ohiy= -1; | ||
18 | ohix = -1; | ||
19 | oextra = -1; | ||
20 | oloy = -1; | ||
21 | sleep(2); | ||
22 | greg | 1.1 | } |