- Timestamp:
- Nov 17, 2002, 5:30:15 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/picons.h
r1640 r2273 8 8 9 9 #include "pisysdep.h" 10 #include <string> 10 11 11 12 #include PISTDWDG_H … … 42 43 void AcceptCmd(bool acc=true, int nrecmx=20); 43 44 void SetPrompt(const char* prompt); 45 inline void SetPrompt(string const& pr) { SetPrompt(pr.c_str()); } 46 inline string GetPrompt() const { return (string(mPrompt)); } 44 47 45 48 inline int WindNbLines() { return mWSzL; }
Note:
See TracChangeset
for help on using the changeset viewer.