Changeset 15104 for trunk/FACT++
- Timestamp:
- 03/18/13 14:56:58 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/Readline.h
r14984 r15104 112 112 static bool IsScriptStopped() { return fStopScript; } 113 113 static int GetScriptDepth() { return fScriptDepth; } 114 static void SetScriptDepth(unsigned int d) { fScriptDepth=d; } 114 115 static void SetExternalInput(const std::string &inp) { fExternalInput = inp; } 115 116
Note:
See TracChangeset
for help on using the changeset viewer.