Skip to content

Tags: pixel/hexedit

Tags

1.5

Toggle 1.5's commit message
1.5

- Fix searching very long string
- Keep status of firstTime beween calls. (#35)
- man page: use simple double quotes (instead of weird ```xxx''')
- Properly handle off_t on non-lfs 32 bit systems.
- Fixed compiler warnings.
- Do not allow negative line length. (#34)
- fix overflow on excessively long escape sequence. (#32)
- Ignore KEY_RESIZE in main loop. (#33)
- Show percentage of cursor relative to filesize.
- Bug copy & paste (#29)

1.4.2

Toggle 1.4.2's commit message
1.4.2

- fix spelling errors in manpage
- fix build

1.4.1

Toggle 1.4.1's commit message
Merge pull request #21 from ilovezfs/debian-patch-20_fix_manpage_spel…

…lings

hexedit.1.in: fix spelling errors in manpage

1.4

Toggle 1.4's commit message
1.4

- terminal resizing support
- fix build

1.3

Toggle 1.3's commit message
1.3

- mark cursor position in both HEX and ASCII
- skip whitespace when parsing hex-strings