Changeset 2605
- Timestamp:
- 01/30/06 01:01:32 (3 years ago)
- Files:
-
- hydranode/hncore/hnsh/shellcommands.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
hydranode/hncore/hnsh/shellcommands.cpp
r2603 r2605 1636 1636 } 1637 1637 1638 boost::format fmt1("%3d) " COL_ CYAN "%s" COL_NONE);1638 boost::format fmt1("%3d) " COL_BCYAN "%s" COL_NONE); 1639 1639 fmt1 % num; 1640 1640 // file name … … 1648 1648 *m_socket << fmt1.str() << Socket::Endl; 1649 1649 boost::format fmt2( 1650 " %s " COL_ BCYAN "%3.0f%%" COL_NONE" %9s/%9s %13s"1650 " %s " COL_CYAN "%3.0f%%" COL_NONE" %9s/%9s %13s" 1651 1651 COL_GREEN " %4d " COL_NONE "sources %6d" 1652 1652 );
