- Timestamp:
- 04/05/18 18:55:16 (7 years ago)
- Location:
- trunk/FACT++/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/Shell.cc
r18846 r18970 94 94 // 95 95 Shell::Shell(const char *prgname) : ReadlineWindow(prgname), 96 fPanelHeight(13), fIsVisible(1) , fLine(0)96 fPanelHeight(13), fIsVisible(1) 97 97 { 98 98 if (stdscr!=0) -
trunk/FACT++/src/Shell.h
r14085 r18970 25 25 int fPanelHeight; /// Space between the bottom of the screen and the output panel 26 26 int fIsVisible; /// Flag whether the output panel is visible or not (for toggle operations) 27 28 int fLine;29 27 30 28 // Callback function for key presses
Note:
See TracChangeset
for help on using the changeset viewer.