Various bugfixes

This commit is contained in:
2026-01-29 19:47:12 -05:00
parent 9fea0430c8
commit 5ba521e493
7 changed files with 54 additions and 13 deletions

View File

@@ -362,6 +362,8 @@ impl LineBuf {
let hint = hint.strip_prefix(&self.buffer).unwrap(); // If this ever panics, I will eat my hat
if !hint.is_empty() {
self.hint = Some(hint.to_string())
} else {
self.hint = None
}
} else {
self.hint = None