From 036a29acf5d5184a4850475a1ae2f9512058744a Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Wed, 21 Oct 2015 12:41:07 -0700 Subject: Revert "reader.cpp: send carriage return after printing the window title" This fix introduced #2499 This reverts commit 13479fbc2a130d97caeb66f7f56fb89c6be8c489. --- src/reader.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/reader.cpp') diff --git a/src/reader.cpp b/src/reader.cpp index 9b90a70f..63b70283 100644 --- a/src/reader.cpp +++ b/src/reader.cpp @@ -952,8 +952,6 @@ void reader_write_title(const wcstring &cmd) } proc_pop_interactive(); set_color(rgb_color_t::reset(), rgb_color_t::reset()); - // Put the cursor back at the beginning of the line #2453 - writestr(L"\r"); } /** -- cgit v1.2.3