Fix a thorn in my side
This commit is contained in:
parent
bf623d59fd
commit
190d41445b
2 changed files with 3 additions and 3 deletions
|
|
@ -648,7 +648,7 @@ pub fn start(mut os_input: Box<dyn OsApi>, 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
|
||||
);
|
||||
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ source: src/tests/integration/layouts.rs
|
|||
expression: last_snapshot
|
||||
|
||||
---
|
||||
Bye from Zellij!█
|
||||
|
||||
Bye from Zellij!
|
||||
█
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue