提交历史

作者 SHA1 备注 提交日期
  Rob Landley 7fe3cb1fa9 Move ANSI escape cheat sheet to tty.c 2 年之前
  Rob Landley c2410a38e2 Wean hexedit off tty_esc() and tty_jump(), just output sequences directly. 2 年之前
  Rob Landley 039d59d227 Replace various x = x declarations with QUIET macro to shut up gcc. 2 年之前
  Rob Landley 495bedd37f Add black and white mode (x to toggle) 3 年之前
  Elliott Hughes 76479c3ed0 hexedit: various improvements. 3 年之前
  Jarno Mäkipää 9837e2bfae hexedit: fix scrolling on legacy terminals 4 年之前
  Rob Landley 2a1f89e5d9 Add argument to xflush() so it can test for stdout err without flushing. 5 年之前
  Rob Landley 17a2d5783a Make microcom use set_terminal() and move speed setting into set_terminal(). 5 年之前
  Elliott Hughes 12f0744f34 Add and use xmmap. 7 年之前
  Rob Landley f9ca79a7b7 Fix more warnings on 32 bit builds. 8 年之前
  Rob Landley 137f5c9b09 Help text update from Isaac Dunham, tweaked slightly. 8 年之前
  Rob Landley ba86864699 Extend utf8 fontmetrics so ps can use them. 8 年之前
  Rob Landley 544c1ec161 Update draw_str() and friends to do standard escaping for ^X <AB> U+ABCD. 8 年之前
  Rob Landley 1b983744cd Make cursor left/right change sort type in iotop. 8 年之前
  Rob Landley efb309d4cd Make scan_key() specify timeout in miliseconds, split out terminal_probesize(), 8 年之前
  Rob Landley d3a435e53c Add error_msg_raw() and friends, replace error_msg("%s", s) uses, enable format 8 年之前
  Rob Landley 4b4ab6a509 Add scan_key_getsize() doing the ANSI probe, switch scan_key() to TAGGED_ARRAY, 8 年之前
  Rob Landley e32e802240 Factor out draw_str() and friends. 8 年之前
  Rob Landley 671ce0c929 Initialize uninitialized variable. (Oops.) 9 年之前
  Rob Landley 3b5cb96b10 Add undo buffer for 'u'. 9 年之前
  Rob Landley 4eab65b911 Simplify hexedit logic by adjusting viewport all in one place up top. 9 年之前
  Rob Landley b20c80b603 Factor out more not-curses infrastructure into lib. 9 年之前
  Rob Landley 5ea14bd1c2 Print name of file at the bottom of the screen. 9 年之前
  Rob Landley 913a7796bb More hexedit cursor boundary tweaking. 9 年之前
  Rob Landley 6253e48aad Git hates me. 9 年之前
  Rob Landley 4c182c3257 Promote hexedit to other. 9 年之前
  Rob Landley 2fd8624cc6 Some infrastructure hexedit needs. (Poor man's curses.) 9 年之前