Changeset 2605

Show
Ignore:
Timestamp:
01/30/06 01:01:32 (3 years ago)
Author:
madcat
Message:

Slight adjustment in downloadlist coloring.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • hydranode/hncore/hnsh/shellcommands.cpp

    r2603 r2605  
    16361636        } 
    16371637 
    1638         boost::format fmt1("%3d) " COL_CYAN "%s" COL_NONE); 
     1638        boost::format fmt1("%3d) " COL_BCYAN "%s" COL_NONE); 
    16391639        fmt1 % num; 
    16401640        // file name 
     
    16481648        *m_socket << fmt1.str() << Socket::Endl; 
    16491649        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" 
    16511651                COL_GREEN " %4d " COL_NONE "sources %6d" 
    16521652        );