mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-31 12:21:19 -03:00
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:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user