|
|
1.1 root 1: #include <stdio.h>
2: #include "tek.h"
3: prompt(s, k)
4: char *s;
5: int k;
6: {
7: fflush(stdout);
8: esave = e1;
9: e1 = e0;
10: if (k)
11: move(e1->sidex + 5, e1->sidey - 30);
12: else
13: move(e1->sidex + 5, e1->sidey - 100);
14: putchar(PLOTOUT);
15: printf(s);
16: e1 = esave;
17: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.