Commit graph

4 commits

Author SHA1 Message Date
fcambus
5787ef63de tweak: update to 3.02.
ChangeLog:

- Build the HTML man page in the build script.
- Avoid buffer overflow with really long filenames.
- Fix missing argument to 'bad option' message.
- Remove the version number from the Tweak status bar.
- Increase the size of the 'message' buffer, which is currently
  overflowing on really big files.
- Prevent obvious NULL dereference if you paste before cutting or copying.
- Fix memory overwrite when increasing display width in mid-editing.
2020-01-28 13:23:32 +00:00
jperkin
a523b29124 Use PKGMANDIR. 2016-04-01 11:38:57 +00:00
roy
3bb1d8f643 Work with system curses 2013-10-16 23:28:49 +00:00
wiz
83ab066ea0 Import tweak-3.01 as editors/tweak.
tweak is a hex editor. It allows you to edit a file at very low
level, letting you see the full and exact binary contents of the
file. It can be useful for modifying binary files such as executables,
editing disk or CD images, debugging programs that generate binary
file formats incorrectly, and many other things.

Unlike simpler hex editors, tweak possesses a fully functional
insert mode. This is not useful when editing many of the types of
file described above, but can be useful in other situations. Also,
an insert mode makes it easy to use tweak to construct new files
from scratch.
2013-01-08 10:16:43 +00:00