Changeset 18846
- Timestamp:
- 05/06/17 16:27:41 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/Shell.cc
r10312 r18846 243 243 getmaxyx(stdscr, maxy, maxx); 244 244 245 int separator = maxy-fPanelHeight;245 const int separator = maxy-fPanelHeight; 246 246 247 247 WINDOW *new_in = all ? newwin(maxy, maxx, 0, 0) : 0;
Note:
See TracChangeset
for help on using the changeset viewer.