Clears the cursor display (mouse has left the hex view).
Tears down the component and releases resources.
Updates the cursor offset and the byte value at that position.
Called by hex-view.ts on every mouse/keyboard move.
The absolute offset of the cursor.
The raw byte value at that offset.
Updates the active selection display.
Called from onSelectionChange in editor.ts.
Current selection state.
The full file buffer (used for the hex preview).
Handle returned by mountStatusBar for external updates and cleanup.