Ignore:
Timestamp:
07/27/11 21:02:51 (13 years ago)
Author:
tbretz
Message:
Switch off backlog for ConsoleStream per default.
File:
1 edited

Legend:

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

    r11479 r11674  
    208208ConsoleStream::ConsoleStream(const char *name) : Readline(name)
    209209{
     210    fLogO.SetBacklog(false);
     211    fLogO.SetNullOutput(false);
    210212    ReadlineColor::PrintBootMsg(fLogO, GetName(), false);
    211213}
Note: See TracChangeset for help on using the changeset viewer.