And from Goodbye message

This commit is contained in:
henil 2021-02-10 12:26:38 +05:30
parent 9b3c6863d8
commit e52e9b1b37
2 changed files with 2 additions and 2 deletions

View file

@ -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
);

View file

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