|
|
1.1 root 1: /* $Id: curs_fix.h,v 1.2 2004/09/22 04:03:06 deuce Exp $ */
2:
3: /****************************************************************************
4: * @format.tab-size 4 (Plain Text/Source Code File Header) *
5: * @format.use-tabs true (see http://www.synchro.net/ptsc_hdr.html) *
6: * *
7: * Copyright 2004 Rob Swindell - http://www.synchro.net/copyright.html *
8: * *
9: * This library is free software; you can redistribute it and/or *
10: * modify it under the terms of the GNU Lesser General Public License *
11: * as published by the Free Software Foundation; either version 2 *
12: * of the License, or (at your option) any later version. *
13: * See the GNU Lesser General Public License for more details: lgpl.txt or *
14: * http://www.fsf.org/copyleft/lesser.html *
15: * *
16: * Anonymous FTP access to the most recent released source is available at *
17: * ftp://vert.synchro.net, ftp://cvs.synchro.net and ftp://ftp.synchro.net *
18: * *
19: * Anonymous CVS access to the development source and modification history *
20: * is available at cvs.synchro.net:/cvsroot/sbbs, example: *
21: * cvs -d :pserver:[email protected]:/cvsroot/sbbs login *
22: * (just hit return, no password is necessary) *
23: * cvs -d :pserver:[email protected]:/cvsroot/sbbs checkout src *
24: * *
25: * For Synchronet coding style and modification guidelines, see *
26: * http://www.synchro.net/source.html *
27: * *
28: * You are encouraged to submit any modifications (preferably in Unix diff *
29: * format) via e-mail to [email protected] *
30: * *
31: * Note: If this box doesn't appear square, then you need to fix your tabs. *
32: ****************************************************************************/
33:
34: #ifdef XCURSES
35: #include <xcurses.h>
36: #endif
37:
38: #ifdef N_CURSES_LIB
39: #include <ncurses.h>
40: #endif
41:
42: #if defined(CURSES_LIB) || (!defined(XCURSES)&&!defined(N_CURSES_LIB))
43: #include <curses.h>
44: #endif
45:
46: #ifndef ACS_SBSD
47: #define ACS_SBSD ACS_SBSS
48: #endif
49:
50: #ifndef ACS_DBDS
51: #define ACS_DBDS ACS_SBSS
52: #endif
53:
54: #ifndef ACS_BBDS
55: #define ACS_BBDS ACS_BBSS
56: #endif
57:
58: #ifndef ACS_BBSD
59: #define ACS_BBSD ACS_BBSS
60: #endif
61:
62: #ifndef ACS_DBDD
63: #define ACS_DBDD ACS_SBSS
64: #endif
65:
66: #ifndef ACS_DBDB
67: #define ACS_DBDB ACS_SBSB
68: #endif
69:
70: #ifndef ACS_BBDD
71: #define ACS_BBDD ACS_BBSS
72: #endif
73:
74: #ifndef ACS_DBBD
75: #define ACS_DBBD ACS_SBBS
76: #endif
77:
78: #ifndef ACS_DBBS
79: #define ACS_DBBS ACS_SBBS
80: #endif
81:
82: #ifndef ACS_SBBD
83: #define ACS_SBBD ACS_SBBS
84: #endif
85:
86: #ifndef ACS_SDSB
87: #define ACS_SDSB ACS_SSSB
88: #endif
89:
90: #ifndef ACS_DSDB
91: #define ACS_DSDB ACS_SSSB
92: #endif
93:
94: #ifndef ACS_DDBB
95: #define ACS_DDBB ACS_SSBB
96: #endif
97:
98: #ifndef ACS_BDDB
99: #define ACS_BDDB ACS_BSSB
100: #endif
101:
102: #ifndef ACS_DDBD
103: #define ACS_DDBD ACS_SSBS
104: #endif
105:
106: #ifndef ACS_BDDD
107: #define ACS_BDDD ACS_BSSS
108: #endif
109:
110: #ifndef ACS_DDDB
111: #define ACS_DDDB ACS_SSSB
112: #endif
113:
114: #ifndef ACS_BDBD
115: #define ACS_BDBD ACS_BSBS
116: #endif
117:
118: #ifndef ACS_DDDD
119: #define ACS_DDDD ACS_SSSS
120: #endif
121:
122: #ifndef ACS_SDBD
123: #define ACS_SDBD ACS_SSBS
124: #endif
125:
126: #ifndef ACS_DSBS
127: #define ACS_DSBS ACS_SSBS
128: #endif
129:
130: #ifndef ACS_BDSD
131: #define ACS_BDSD ACS_BSSS
132: #endif
133:
134: #ifndef ACS_BSDS
135: #define ACS_BSDS ACS_BSSS
136: #endif
137:
138: #ifndef ACS_DSBB
139: #define ACS_DSBB ACS_SSBB
140: #endif
141:
142: #ifndef ACS_SDBB
143: #define ACS_SDBB ACS_SSBB
144: #endif
145:
146: #ifndef ACS_BDSB
147: #define ACS_BDSB ACS_BSSB
148: #endif
149:
150: #ifndef ACS_BSDB
151: #define ACS_BSDB ACS_BSSB
152: #endif
153:
154: #ifndef ACS_DSDS
155: #define ACS_DSDS ACS_SSSS
156: #endif
157:
158: #ifndef ACS_SDSD
159: #define ACS_SDSD ACS_SSSS
160: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.