|
|
1.1 root 1: /*********************************************************************
2: * COPYRIGHT NOTICE *
3: **********************************************************************
4: * This software is copyright (C) 1982 by Pavel Curtis *
5: * *
6: * Permission is granted to reproduce and distribute *
7: * this file by any means so long as no fee is charged *
8: * above a nominal handling fee and so long as this *
9: * notice is always included in the copies. *
10: * *
11: * Other rights are reserved except as explicitly granted *
12: * by written permission of the author. *
13: * Pavel Curtis *
14: * Computer Science Dept. *
15: * 405 Upson Hall *
16: * Cornell University *
17: * Ithaca, NY 14853 *
18: * *
19: * Ph- (607) 256-4934 *
20: * *
21: * Pavel.Cornell@Udel-Relay (ARPAnet) *
22: * decvax!cornell!pavel (UUCPnet) *
23: *********************************************************************/
24:
25: /*
26: * define unctrl codes for each character
27: *
28: * $Log: lib_unctrl.c,v $
29: * Revision 1.8 93/04/12 14:14:39 bin
30: * Udo: third color update
31: *
32: * Revision 1.2 92/04/13 14:38:51 bin
33: * update by vlad
34: *
35: * Revision 2.1 82/10/25 14:49:42 pavel
36: * Added Copyright Notice
37: *
38: * Revision 2.0 82/10/24 15:18:12 pavel
39: * Beta-one Test Release
40: *
41: * Revision 1.3 82/08/23 22:31:04 pavel
42: * The REAL Alpha-one Release Version
43: *
44: * Revision 1.2 82/08/19 19:11:43 pavel
45: * Alpha Test Release One
46: *
47: * Revision 1.1 82/08/12 18:46:42 pavel
48: * Initial revision
49: *
50: *
51: */
52:
53: #ifdef RCSHDR
54: static char RCSid[] =
55: "$Header: /src386/usr/lib/ncurses/RCS/lib_unctrl.c,v 1.8 93/04/12 14:14:39 bin Exp Locker: bin $";
56: #endif
57:
58: /* LINTLIBRARY */
59: char *_unctrl[] = { /* unctrl codes for ttys */
60: "^@", "^A", "^B", "^C", "^D", "^E", "^F", "^G", "^H", "^I", "^J", "^K",
61: "^L", "^M", "^N", "^O", "^P", "^Q", "^R", "^S", "^T", "^U", "^V", "^W",
62: "^X", "^Y", "^Z", "^[", "^\\", "^]", "^~", "^_",
63: " ", "!", "\"", "#", "$", "%", "&", "'", "(", ")", "*", "+", ",", "-",
64: ".", "/", "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", ":", ";",
65: "<", "=", ">", "?", "@", "A", "B", "C", "D", "E", "F", "G", "H", "I",
66: "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W",
67: "X", "Y", "Z", "[", "\\", "]", "^", "_", "`", "a", "b", "c", "d", "e",
68: "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s",
69: "t", "u", "v", "w", "x", "y", "z", "{", "|", "}", "~", "^?"
70: };
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.