|
|
1.1 root 1: /*
2: * $Log: disp.h,v $
3: * Revision 1.2 92/09/29 09:06:25 bin
4: * updated with kernel 63 source
5: *
6: * Revision 1.1 89/04/26 16:24:56 root
7: * Initial revision
8: *
9: */
10:
11: #ifndef DISP_H
12: #define DISP_H
13:
14: #define JUSTIFY 03 /* justify mask */
15: #define JLEFT 00 /* left justify */
16: #define JRIGHT 01 /* right justify */
17: #define PAD 06 /* pad mask */
18: #define PBLK 00 /* pad character blank */
19: #define P0 02 /* pad character 0 */
20:
21: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.