Merge "Improve dumb terminal support (emacs is dumb)."
am: 46798ecd17
* commit '46798ecd1700c62472b9040e49a69207c5e33834':
Improve dumb terminal support (emacs is dumb).
This commit is contained in:
commit
ec97cb8b50
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…
Reference in a new issue