add binary to inspector for single bytes

This commit is contained in:
alice pellerin
2026-04-25 17:50:22 -05:00
parent e0ce3f3aea
commit cd3ea4d1a6
3 changed files with 18 additions and 0 deletions
+1
View File
@@ -105,6 +105,7 @@ impl Buffer {
address: usize,
byte: u8
) -> Span<'static> {
// TODO: checking this with lots of selections is slow
if self.partial_action == Some(PartialAction::Replace) &&
iter::once(&self.primary_cursor)
.chain(&self.cursors)