blob: 74b0a38cd0e6ec6f1fa03bb6538062d435cd8089 (
plain) (
blame)
1
2
3
4
5
6
7
|
# WINDOW.COM -- Global variables used by the curses subroutines
int saved # Save rectangle under window when creating
int echoed # Echo characters
pointer warray[MAXWIN] # Array holding window descriptors
common /window/ saved, echoed, warray
|