Nuke spurious newline of shell exit.

Nobody has any idea why it's here, and it is mildy annoying to some
users, so let's remove it. Fixes #3502
This commit is contained in:
Aaron Gyes
2016-11-19 15:59:31 -08:00
parent 0de2a1072f
commit 13a4ef80b3

View File

@@ -1663,7 +1663,6 @@ static void reader_interactive_init() {
/// Destroy data for interactive use.
static void reader_interactive_destroy() {
kill_destroy();
writestr(L"\n");
set_color(rgb_color_t::reset(), rgb_color_t::reset());
input_destroy();
}