-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
- Add callback for when some data has been changed
- Probably something like
FnMut(usize, u8) -> () - As an alternative use a Broadcast like thing which would be more easy to implement
- Probably something like
- Add callback when the position has been changed
- Something like
FnMut(usize) -> () - As an alternative use a Broadcast like thing which would be more easy to implement
- Something like
- Goto function
- Function that takes a
usizeand jumps to that very position
- Function that takes a
- PageUp/-Down support
- I'm not sure how many lines should be jumped though. Any ideas?
- Add support for non-ascii encoder
- I think having a single mapping is fine, so
Fn(u8) -> charshould be good - Having multi-byte encoding is probably way too much to ask and not feasible for a hexcode viewer
- I think having a single mapping is fine, so
correabuscar
Metadata
Metadata
Assignees
Labels
No labels