From d97daa219e2f55603fc0807584e05485b12b2c5c Mon Sep 17 00:00:00 2001 From: Thomas Linford Date: Mon, 21 Mar 2022 11:20:29 +0100 Subject: [PATCH] create cursor with RESET_STYLES instead of empty stiles --- zellij-server/src/panes/terminal_character.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zellij-server/src/panes/terminal_character.rs b/zellij-server/src/panes/terminal_character.rs index 402c8b31ed..341f45c7cc 100644 --- a/zellij-server/src/panes/terminal_character.rs +++ b/zellij-server/src/panes/terminal_character.rs @@ -685,7 +685,7 @@ impl Cursor { x, y, is_hidden: false, - pending_styles: CharacterStyles::new(), + pending_styles: RESET_STYLES, charsets: Default::default(), shape: CursorShape::Initial, }