Improve dumb terminal support (emacs is dumb).
Bug: http://b/26444032 Change-Id: Iaff4b09b613fd30ab7c4c73e096da34f37e0de07
This commit is contained in:
parent
fd3c12d224
commit
d68ad69d1d
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue