summaryrefslogtreecommitdiffstats
path: root/src/history.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/history.rs')
-rw-r--r--src/history.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/history.rs b/src/history.rs
index f886d13..a562d6d 100644
--- a/src/history.rs
+++ b/src/history.rs
@@ -330,6 +330,8 @@ impl HistoryEntry {
out.write(b"\x1bg");
self.visual_bell_state = new_visual_bell_state;
}
+
+ out.reset_attributes();
}
}