Make newscr publicly available
This commit is contained in:
parent
347926efdd
commit
36e0f48312
@ -34,7 +34,6 @@ typedef struct sigaction sigaction_t;
|
||||
|
||||
#define CHANGED -1
|
||||
|
||||
extern WINDOW *newscr;
|
||||
extern int _coloron;
|
||||
extern int _isendwin;
|
||||
|
||||
|
@ -137,7 +137,7 @@ struct _win_st {
|
||||
WINDOW *_parent; /* parent if a sub-window */
|
||||
};
|
||||
|
||||
extern WINDOW *stdscr, *curscr;
|
||||
extern WINDOW *stdscr, *curscr, *newscr;
|
||||
|
||||
extern int LINES, COLS;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user