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:
parent
4195601de8
commit
1f6f0b64cc
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4580
@ -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