summaryrefslogtreecommitdiff
path: root/toys/other/hexedit.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-06Initialize uninitialized variable. (Oops.)Rob Landley1-0/+2
2015-06-27Add undo buffer for 'u'.Rob Landley1-8/+27
2015-06-27Simplify hexedit logic by adjusting viewport all in one place up top.Rob Landley1-60/+45
2015-06-26Factor out more not-curses infrastructure into lib.Rob Landley1-65/+25
2015-05-13Print name of file at the bottom of the screen.Rob Landley1-4/+40
2015-05-13More hexedit cursor boundary tweaking.Rob Landley1-10/+10
2015-05-10Git hates me.Rob Landley1-0/+250
2015-04-27Promote hexedit to other.Rob Landley1-250/+0
2015-04-27Some infrastructure hexedit needs. (Poor man's curses.)Rob Landley1-0/+250