aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/reader.cpp
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2015-10-21 12:41:07 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2015-10-21 12:41:07 -0700
commit036a29acf5d5184a4850475a1ae2f9512058744a (patch)
tree28465b5d38128fa41dd5def5acee032eaab6d905 /src/reader.cpp
parent3e7dfd7f5e188e1e106cfb78604e84ee54051217 (diff)
Revert "reader.cpp: send carriage return after printing the window title"
This fix introduced #2499 This reverts commit 13479fbc2a130d97caeb66f7f56fb89c6be8c489.
Diffstat (limited to 'src/reader.cpp')
-rw-r--r--src/reader.cpp2
1 files changed, 0 insertions, 2 deletions
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");
}
/**