|
|
1.1 root 1: /* kon.c 4.1 83/03/09 */
2: /*
3: * Turn on keypad, so it sends codes instead of doing them in local.
4: */
5:
6: #include "2648.h"
7:
8: kon()
9: {
10: escseq(NONE);
11: outstr("\33&s1A");
12: }
13:
14: koff()
15: {
16: escseq(NONE);
17: outstr("\33&s0A");
18: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.