- Timestamp:
- 06/03/12 21:51:05 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/Readline.h
r13899 r14057 31 31 static int fScriptDepth; 32 32 static bool fStopScript; 33 static std::string fScript;34 33 35 34 /// Static member function which are used to adapt readline to ncurses … … 44 43 45 44 protected: 45 static std::string fScript; 46 46 47 /// The non static implementations of the callback funtions above 47 48 virtual int Getc(FILE *);
Note:
See TracChangeset
for help on using the changeset viewer.