Changeset 16879


Ignore:
Timestamp:
06/21/13 16:01:13 (11 years ago)
Author:
tbretz
Message:
Removed the newline before the prompt. That's were the problems with the display came from.
File:
1 edited

Legend:

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

    r14985 r16879  
    5959    // If we are continously flushing the buffer omit the buffer size
    6060    // If we are buffering show the buffer size
    61     const string beg = '\n' + GetLinePrompt();
     61    const string beg = GetLinePrompt();
    6262
    6363    // If we have not cd'ed to a server show only the line start
Note: See TracChangeset for help on using the changeset viewer.