Changeset 10860 for trunk/FACT++/src


Ignore:
Timestamp:
05/27/11 13:35:35 (13 years ago)
Author:
tbretz
Message:
Delete the line after CR.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/Console.cc

    r10663 r10860  
    129129    if (fContinous && fLogO.GetSizeBacklog()>0)
    130130    {
    131         std::cout << "\r";
     131        // Clear the line we are going to overwrite
     132        std::cout << "\r\033[0K";
    132133        fLogO.Display(true);
    133134    }
Note: See TracChangeset for help on using the changeset viewer.