blob: 20ab1f11a748be29bd726be822ec84a90c8e55a5 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
# WINDOW.COM -- Tracks windows associated with table editor
int wprompt # The prompt window
int nscreens # Number of screens currently displayed
int scrlist[MAXSCR] # List of screens, from top to bottom
common /tedwin/ wprompt, nscreens, scrlist
|