And from Goodbye message
This commit is contained in:
parent
9b3c6863d8
commit
e52e9b1b37
2 changed files with 2 additions and 2 deletions
|
|
@ -646,7 +646,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 Mosaic!",
|
||||
"{}\n{}{}{}Bye from Zellij!",
|
||||
goto_start_of_last_line, restore_snapshot, reset_style, show_cursor
|
||||
);
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ source: src/tests/integration/layouts.rs
|
|||
expression: last_snapshot
|
||||
|
||||
---
|
||||
Bye from Mosaic!█
|
||||
Bye from Zellij!█
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue