|
|
1.1 ! root 1: /* vars.c - global variables */ ! 2: ! 3: #include "ds.h" ! 4: ! 5: ! 6: cellType *DisplayRow[MAX_IMAGE_ROWS]; /* Display rows pointers */ ! 7: int LastRow=0; /* Index of last row in image */ ! 8: int LastTopRow; /* Index of last top row */ ! 9: char helpMsg[] = "Press F1 for Help"; ! 10: ! 11: char *RootPath; /* Path to root */ ! 12: char IntRootPath[MAX_PATH_LEN]; /* Path to root without path separator */ ! 13: Directory *root; /* Root of directory tree */ ! 14: ! 15: int N_of_Cols; /* Number of columns on screen */ ! 16: int N_of_Rows; /* Number of rows on screen */ ! 17: ! 18: int WINDOW_RIGHT; /* Right-most column (zero based) */ ! 19: int WINDOW_BOTTOM; /* Bottom-most row (zero based) */ ! 20: int WINDOW_SIZE; /* Number of rows in window */ ! 21: ! 22: int stateModified; /* !0 if colors/structure has changed */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.