commit | 5a58b7e8415436f9dbbd543ec4d68b0d2d358506 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Jan 08 23:53:30 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Jan 08 23:53:30 2016 +0000 |
tree | e28c6534d8a791bb64328d842ac9206351d5082f | |
parent | b89730090a42d72875fc052565374e07e290c043 [diff] | |
parent | ae8d1f2af080f501016bbd5e15bee6195301f18f [diff] |
Merge "Improve dumb terminal support (emacs is dumb)."
diff --git a/adb/line_printer.cpp b/adb/line_printer.cpp index e8fe6c9..4ec8979 100644 --- a/adb/line_printer.cpp +++ b/adb/line_printer.cpp
@@ -67,7 +67,7 @@ void LinePrinter::Print(string to_print, LineType type) { if (!smart_terminal_) { - Out(to_print); + Out(to_print + "\n"); return; }