File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -145,17 +145,17 @@ immutable enum :chtype
145
145
146
146
147
147
/* global variables */
148
- __gshared WINDOW * stdscr;
149
- __gshared WINDOW * curscr;
150
- __gshared WINDOW * newscr;
151
- __gshared char [] ttytype;
152
- __gshared int COLORS ;
153
- __gshared int COLOR_PAIRS ;
154
- __gshared int LINES ;
155
- __gshared int COLS ;
156
- __gshared int TABSIZE ;
157
- __gshared int ESCDELAY ;
158
- __gshared chtype[256 ] acs_map;
148
+ extern __gshared WINDOW * stdscr;
149
+ extern __gshared WINDOW * curscr;
150
+ extern __gshared WINDOW * newscr;
151
+ extern __gshared char [] ttytype;
152
+ extern __gshared int COLORS ;
153
+ extern __gshared int COLOR_PAIRS ;
154
+ extern __gshared int LINES ;
155
+ extern __gshared int COLS ;
156
+ extern __gshared int TABSIZE ;
157
+ extern __gshared int ESCDELAY ;
158
+ extern __gshared chtype[256 ] acs_map;
159
159
160
160
161
161
@@ -946,7 +946,7 @@ int keyok(int keycode, bool enable);
946
946
int resize_term (int lines, int columns);
947
947
int resizeterm (int lines, int columns);
948
948
// TODO check
949
- int set_delay (int i);
949
+ int set_escdelay (int i);
950
950
// TODO check
951
951
int set_tabsize (int i);
952
952
int use_default_colors ();
You can’t perform that action at this time.
0 commit comments