aboutsummaryrefslogtreecommitdiff
path: root/toys/other/hexedit.c
AgeCommit message (Expand)Author
2021-05-16Add black and white mode (x to toggle)Rob Landley
2021-04-20hexedit: various improvements.Elliott Hughes
2019-09-26hexedit: fix scrolling on legacy terminalsJarno Mäkipää
2019-04-16Add argument to xflush() so it can test for stdout err without flushing.Rob Landley
2018-08-17Make microcom use set_terminal() and move speed setting into set_terminal().Rob Landley
2017-05-24Add and use xmmap.Elliott Hughes
2016-02-25Fix more warnings on 32 bit builds.Rob Landley
2016-02-19Help text update from Isaac Dunham, tweaked slightly.Rob Landley
2016-01-17Extend utf8 fontmetrics so ps can use them.Rob Landley
2016-01-17Update draw_str() and friends to do standard escaping for ^X <AB> U+ABCD.Rob Landley
2016-01-10Make cursor left/right change sort type in iotop.Rob Landley
2016-01-07Make scan_key() specify timeout in miliseconds, split out terminal_probesize(),Rob Landley
2016-01-05Add error_msg_raw() and friends, replace error_msg("%s", s) uses, enable formatRob Landley
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