Make newscr publicly available

This commit is contained in:
ache 1994-11-17 23:53:25 +00:00
parent 347926efdd
commit 36e0f48312
2 changed files with 1 additions and 2 deletions

View File

@ -34,7 +34,6 @@ typedef struct sigaction sigaction_t;
#define CHANGED -1
extern WINDOW *newscr;
extern int _coloron;
extern int _isendwin;

View File

@ -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;