Make newscr publicly available

This commit is contained in:
Andrey A. Chernov 1994-11-17 23:53:25 +00:00
parent 4195601de8
commit 1f6f0b64cc
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;