mirror of
https://github.com/zellij-org/zellij.git
synced 2024-12-18 23:01:47 +03:00
Fix a thorn in my side
This commit is contained in:
parent
bf623d59fd
commit
190d41445b
@ -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…
Reference in New Issue
Block a user