image rendering and visual selection

This commit is contained in:
2026-07-07 14:50:49 +02:00
parent 04b6776ebf
commit 4727e51d1b
20 changed files with 4476 additions and 2427 deletions
+1 -5
View File
@@ -73,11 +73,7 @@ impl Modifiers {
bits |= 128;
}
if bits == 0 {
None
} else {
Some(1 + bits)
}
if bits == 0 { None } else { Some(1 + bits) }
}
/// Returns true if any modifier is active.