Changeset 11049 for trunk/FACT++/src
- Timestamp:
- 06/17/11 09:52:20 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/Readline.cc
r11048 r11049 1170 1170 } 1171 1171 1172 // -------------------------------------------------------------------------- 1173 // 1174 //! @returns 1175 //! the status of rl_done and rl_pending_input. If rl_done==1 and 1176 //! rl_pending_input==4 true is returned, false otherwise. 1177 //! This can be used to check if Stop() was called. If readline is 1178 //! not in operation. 1179 //! 1172 1180 bool Readline::IsStopped() const 1173 1181 {
Note:
See TracChangeset
for help on using the changeset viewer.