mellowcandle / bitwise

Terminal based bit manipulator in ncurses
GNU General Public License v3.0
640 stars 28 forks source link

Bitview incorrect for byte #20

Closed stevemk14ebr closed 5 years ago

stevemk14ebr commented 5 years ago

change to byte width. Enter 255 in dec. Bit field should be all ones, instead it is not until the width is toggled again. Edit: it seem to be generally incorrect actually, just try entering some numbers when modifying width.

mellowcandle commented 5 years ago

Yes, it was a bug I fixed, I guess you're running on release and not on master. Will release v0.31 soon.