v0.2.0: updates and minor fixes #4

Merged
HEL merged 6 commits from dev into main 2025-02-23 13:21:00 +00:00
Showing only changes of commit aa9a082ba5 - Show all commits

View File

@ -373,7 +373,7 @@
// Draw rectangle around structure
shapes += draw-rect(border-col, bits-x, bits-y, bits-width, bit-h, thickness: 2)
let indices = range(struct.bits)
let indices = range(struct.start, struct.start + struct.bits)
if not config.all-bit-i {
indices = ()
for r in struct.ranges.values() {