aboutsummaryrefslogtreecommitdiffstats
path: root/examples/fuzz.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/fuzz.rs')
-rw-r--r--examples/fuzz.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/fuzz.rs b/examples/fuzz.rs
index 3d1c160..6283102 100644
--- a/examples/fuzz.rs
+++ b/examples/fuzz.rs
@@ -65,6 +65,7 @@ fn check_rows(vt_base: &vt100::Screen, empty: &vt100::Screen, idx: usize) {
input.extend(&row);
wrapped = vt_base.row_wrapped(idx.try_into().unwrap());
}
+ input.extend(b"\x1b[m");
input.extend(&vt_base.cursor_state_formatted());
input.extend(&vt_base.attributes_formatted());
input.extend(&vt_base.input_mode_formatted());