update screenshot to reflect latest changes
fix decode shifting from the wrong side
add forgotten color declaration from previous commit
check image allocation return value
add -d flag to dim the color of nul bytes.
put status at the top of the window
print absolute position in addition to percentage
add edition using binary input (thanks grimmware)
add 's' shortcut to save file (thanks grimmware)
add decoder window to show bytes as 8 to 64bit numbers
discard range selection when using keyboard
fix position indicator not refreshing
fix search going past buffer bounds
report errors through a message box
start looking from current selection instead of the start
make undo keep track of modification state
add action to go to a specific address
don't do a full redraw when editing
reset edition sequence appropriately
implement insert and append commands