File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,10 @@ E char SAVEF[];
25
25
E char SAVEP [];
26
26
#endif
27
27
28
+ /* max size of a windowtype option */
29
+ #define WINTYPELEN 16
30
+ E char chosen_windowtype [WINTYPELEN ];
31
+
28
32
E NEARDATA int bases [MAXOCLASSES ];
29
33
30
34
E NEARDATA int multi ;
Original file line number Diff line number Diff line change @@ -221,10 +221,6 @@ enum getloc_filters {
221
221
NUM_GFILTER
222
222
};
223
223
224
- /* max size of a windowtype option */
225
- #define WINTYPELEN 16
226
- char chosen_windowtype [WINTYPELEN ];
227
-
228
224
struct debug_flags {
229
225
boolean test ;
230
226
#ifdef TTY_GRAPHICS
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ int locknum = 0; /* max num of simultaneous users */
17
17
#ifdef DEF_PAGER
18
18
char * catmore = 0 ; /* default pager */
19
19
#endif
20
+ char chosen_windowtype [WINTYPELEN ];
20
21
21
22
NEARDATA int bases [MAXOCLASSES ] = DUMMY ;
22
23
You can’t perform that action at this time.
0 commit comments