Fix a thorn in my side

This commit is contained in:
Brooks J Rady 2021-02-16 18:58:29 +00:00
parent bf623d59fd
commit 190d41445b
2 changed files with 3 additions and 3 deletions

View File

@ -648,7 +648,7 @@ pub fn start(mut os_input: Box<dyn OsApi>, opts: CliArgs) {
let restore_snapshot = "\u{1b}[?1049l"; let restore_snapshot = "\u{1b}[?1049l";
let goto_start_of_last_line = format!("\u{1b}[{};{}H", full_screen_ws.rows, 1); let goto_start_of_last_line = format!("\u{1b}[{};{}H", full_screen_ws.rows, 1);
let goodbye_message = format!( let goodbye_message = format!(
"{}\n{}{}{}Bye from Zellij!", "{}\n{}{}{}Bye from Zellij!\n",
goto_start_of_last_line, restore_snapshot, reset_style, show_cursor goto_start_of_last_line, restore_snapshot, reset_style, show_cursor
); );

View File

@ -3,8 +3,8 @@ source: src/tests/integration/layouts.rs
expression: last_snapshot expression: last_snapshot
--- ---
Bye from Zellij! Bye from Zellij!