aboutsummaryrefslogtreecommitdiffstats
path: root/tests/init.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/init.rs')
-rw-r--r--tests/init.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/init.rs b/tests/init.rs
index f76ec49..7359c65 100644
--- a/tests/init.rs
+++ b/tests/init.rs
@@ -18,7 +18,7 @@ fn init() {
assert_eq!(parser.screen().contents(), "");
assert_eq!(
parser.screen().contents_formatted(),
- b"\x1b[?25h\x1b[H\x1b[J"
+ b"\x1b[?25h\x1b[m\x1b[H\x1b[J"
);
assert_eq!(parser.screen().title(), "");