1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-12 14:29:28 +00:00

Make newscr publicly available

This commit is contained in:
Andrey A. Chernov 1994-11-17 23:53:25 +00:00
parent 4195601de8
commit 1f6f0b64cc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4580
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;