Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d68ad69d authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Improve dumb terminal support (emacs is dumb).

Bug: http://b/26444032
Change-Id: Iaff4b09b613fd30ab7c4c73e096da34f37e0de07
parent fd3c12d2
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -67,7 +67,7 @@ static void Out(const std::string& s) {


void LinePrinter::Print(string to_print, LineType type) {
void LinePrinter::Print(string to_print, LineType type) {
  if (!smart_terminal_) {
  if (!smart_terminal_) {
    Out(to_print);
    Out(to_print + "\n");
    return;
    return;
  }
  }