When editing a file, in the following scenarios all previous changes are lost due to a call to app.hex_view.changed_bytes.clear():
- When pressing
Esc
- When editing zeroing the data with
z
- When incrementing a byte with
Ctrl + a
- When decreamenting a byte with
Ctrl + x
If this is an intended behavior, please just close this issue.
When editing a file, in the following scenarios all previous changes are lost due to a call to
app.hex_view.changed_bytes.clear():EsczCtrl + aCtrl + xIf this is an intended behavior, please just close this issue.