1. 49f64c0 Support calling select(2) to wait stdin explicitly before getch(3X) to avoid long delay when real time clock is changed during getch(3X) by WHR · 2 years, 5 months ago
  2. aa36ac5 Support sorting items case-insensitively by WHR · 2 years, 5 months ago
  3. 1c07474 Fix mishandling mouse clicking Y position in InfoScreen by WHR · 2 years, 5 months ago
  4. 791fd6e Adjust includes, and add copyright and license notice in InfoScreen.c by WHR · 2 years, 5 months ago
  5. 9b8f771 Implement vi(1)-style key-bindings by WHR · 2 years, 5 months ago
  6. a754650 Rename all constants in ColorElements to avoid identifier pollution by WHR · 2 years, 5 months ago
  7. 53fb61b Fix bad coding style and the caused error of using uninitialized data in function 'InfoScreen_run' by WHR · 2 years, 5 months ago
  8. 81629ba Check availability of Ncurses extension set_escdelay(3X) by WHR · 2 years, 6 months ago
  9. 6eb34bc Detect and workaround curses(3) macro ERR being incorrectly redefined by other system headers by WHR · 2 years, 6 months ago
  10. 8c65321 Replace size_t with int/void* union by Hisham Muhammad · 7 years ago
  11. d5faf64 Mark some things as const by Richard · 7 years ago
  12. 7f9c82f Refresh whole panel on Ctrl+L in infoscreen. Closes #520. by Hisham · 8 years ago
  13. 645057d Use set_escdelay() to avoid problems with ESCDELAY as a macro. by Hisham · 8 years ago
  14. c23d4f1 Fix behavior of ESC key, getting rid of the annoying delay. by Hisham · 9 years ago
  15. 466d4da refactor *Screen classes, add InfoScreen superclass by Hisham Muhammad · 9 years ago