aboutsummaryrefslogtreecommitdiff
path: root/toys/other/hexedit.c
AgeCommit message (Expand)Author
2015-12-27Add scan_key_getsize() doing the ANSI probe, switch scan_key() to TAGGED_ARRAY,Rob Landley
2015-12-23Factor out draw_str() and friends.Rob Landley
2015-08-06Initialize uninitialized variable. (Oops.)Rob Landley
2015-06-27Add undo buffer for 'u'.Rob Landley
2015-06-27Simplify hexedit logic by adjusting viewport all in one place up top.Rob Landley
2015-06-26Factor out more not-curses infrastructure into lib.Rob Landley
2015-05-13Print name of file at the bottom of the screen.Rob Landley
2015-05-13More hexedit cursor boundary tweaking.Rob Landley
2015-05-10Git hates me.Rob Landley
2015-04-27Promote hexedit to other.Rob Landley
2015-04-27Some infrastructure hexedit needs. (Poor man's curses.)Rob Landley