Changeset 18846
- Timestamp:
- 05/06/17 16:27:41 (8 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/FACT++/src/Shell.cc (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/FACT++/src/Shell.ccr10312 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.
  
