- Timestamp:
- 04/07/11 21:51:54 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/ReadlineColor.cc
r10313 r10321 7 7 // ************************************************************************** 8 8 #include "ReadlineColor.h" 9 10 #include <boost/filesystem.hpp> 9 11 10 12 #include "Time.h" … … 26 28 out << kBlue << " ENCOM MX 16-923 USER # 0" << int(Time().Mjd()) << Time::fmt(" %H:%M:%S") << Time() << Time::reset << " INFORMATION" << endl; 27 29 out << endl; 28 out << kBlue << " TELESCOPE CONTROL PROGRAM: " << name<< endl;30 out << kBlue << " TELESCOPE CONTROL PROGRAM: " << boost::filesystem::basename(name) << endl; 29 31 out << kBlue << " ANNEXED BY FACT COLLABORATION" << endl; 30 32 out << kBlue << " ORIGINAL PROGRAM WRITTEN BY T.BRETZ" << endl;
Note:
See TracChangeset
for help on using the changeset viewer.