1. 4e40088 Support AIX 6.1 by WHR · 2 years, 1 month ago
  2. cb161fe Allow linking to generic libcurses by WHR · 2 years, 5 months ago
  3. 78e34f1 Reset search state on start of a new search in InfoScreen by WHR · 2 years, 5 months ago
  4. 6f97180 Support pressing n or N to search next or previous in InfoScreen by WHR · 2 years, 5 months ago
  5. 3623528 Remove unused or duplicated includes by WHR · 2 years, 5 months ago
  6. b789618 Add KernelStackTraceScreen to display kernel stack trace of a process by WHR · 2 years, 5 months ago
  7. 5622cd7 Remove 'const' qualifier from members of remaining classes to make them consistent by WHR · 2 years, 5 months ago
  8. 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
  9. aa36ac5 Support sorting items case-insensitively by WHR · 2 years, 5 months ago
  10. 1c07474 Fix mishandling mouse clicking Y position in InfoScreen by WHR · 2 years, 5 months ago
  11. 791fd6e Adjust includes, and add copyright and license notice in InfoScreen.c by WHR · 2 years, 5 months ago
  12. 9b8f771 Implement vi(1)-style key-bindings by WHR · 2 years, 5 months ago
  13. a754650 Rename all constants in ColorElements to avoid identifier pollution by WHR · 2 years, 5 months ago
  14. 53fb61b Fix bad coding style and the caused error of using uninitialized data in function 'InfoScreen_run' by WHR · 2 years, 5 months ago
  15. 81629ba Check availability of Ncurses extension set_escdelay(3X) by WHR · 2 years, 5 months ago
  16. 6eb34bc Detect and workaround curses(3) macro ERR being incorrectly redefined by other system headers by WHR · 2 years, 5 months ago
  17. 8c65321 Replace size_t with int/void* union by Hisham Muhammad · 7 years ago
  18. d5faf64 Mark some things as const by Richard · 7 years ago
  19. 7f9c82f Refresh whole panel on Ctrl+L in infoscreen. Closes #520. by Hisham · 8 years ago
  20. 645057d Use set_escdelay() to avoid problems with ESCDELAY as a macro. by Hisham · 8 years ago
  21. c23d4f1 Fix behavior of ESC key, getting rid of the annoying delay. by Hisham · 9 years ago
  22. 466d4da refactor *Screen classes, add InfoScreen superclass by Hisham Muhammad · 9 years ago