Skip to content

Fix added/removed bytes being visually misaligned in data diff view#159

Merged
encounter merged 1 commit intoencounter:mainfrom
LagoLunatic:data-spacing
Jan 25, 2025
Merged

Fix added/removed bytes being visually misaligned in data diff view#159
encounter merged 1 commit intoencounter:mainfrom
LagoLunatic:data-spacing

Conversation

@LagoLunatic
Copy link
Collaborator

diff.len / 8 doesn't always catch when the 8-byte column midpoint is passed since e.g. when cur_addr=4 diff.len=5 neither one of those are greater than 8 individually, but are combined.

Before:
image

After:
image

@encounter
Copy link
Owner

Thank you! This has long annoyed me (and I’m sure others 🙂)

@encounter encounter merged commit 6b7dcab into encounter:main Jan 25, 2025
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants