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

Commit 81a70ac0 authored by Elliott Hughes's avatar Elliott Hughes Committed by android-build-merger
Browse files

Merge "Improve dumb terminal support (emacs is dumb)." am: 46798ecd

am: ec97cb8b

* commit 'ec97cb8b':
  Improve dumb terminal support (emacs is dumb).
parents 4fc0c3d9 ec97cb8b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@ static void Out(const std::string& s) {

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