From 190d41445bc1ff2cf3c6ab8f499930c503c52b46 Mon Sep 17 00:00:00 2001 From: Brooks J Rady Date: Tue, 16 Feb 2021 18:58:29 +0000 Subject: [PATCH] Fix a thorn in my side --- src/common/mod.rs | 2 +- ...__tests__integration__layouts__accepts_basic_layout-3.snap | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/common/mod.rs b/src/common/mod.rs index 07056fbc..d1133e27 100644 --- a/src/common/mod.rs +++ b/src/common/mod.rs @@ -648,7 +648,7 @@ pub fn start(mut os_input: Box, opts: CliArgs) { let restore_snapshot = "\u{1b}[?1049l"; let goto_start_of_last_line = format!("\u{1b}[{};{}H", full_screen_ws.rows, 1); let goodbye_message = format!( - "{}\n{}{}{}Bye from Zellij!", + "{}\n{}{}{}Bye from Zellij!\n", goto_start_of_last_line, restore_snapshot, reset_style, show_cursor ); diff --git a/src/tests/integration/snapshots/zellij__tests__integration__layouts__accepts_basic_layout-3.snap b/src/tests/integration/snapshots/zellij__tests__integration__layouts__accepts_basic_layout-3.snap index 0941f965..d506a47a 100644 --- a/src/tests/integration/snapshots/zellij__tests__integration__layouts__accepts_basic_layout-3.snap +++ b/src/tests/integration/snapshots/zellij__tests__integration__layouts__accepts_basic_layout-3.snap @@ -3,8 +3,8 @@ source: src/tests/integration/layouts.rs expression: last_snapshot --- -Bye from Zellij!█ - +Bye from Zellij! + █