1. 23 Jul, 2017 1 commit
    • Richard's avatar
      Mark some things as const · d5faf643
      Richard authored
      Several string pointer arrays pointed to const strings
      but were not const themselves.
      
      A few various structures and arrays were also marked const.
      d5faf643
  2. 05 May, 2016 1 commit
  3. 02 Feb, 2016 1 commit
  4. 10 Dec, 2015 1 commit
    • Antoine Catton's avatar
      Redraw the panel when resizing the window during an incremental search · 065aab52
      Antoine Catton authored
      KEY_RESIZE wasn't handled by the incremental search. Resulting in this
      bug:
      
        * Set your terminal window to a small size.
        * Press '\' to filter the processes
        * Maximize your terminal window
        * The list of processes didn't resize.
      
      This change fixes this bug.
      
      Thank you Julian Andrews (@julianandrews) for finding this bug.
      065aab52
  5. 19 Aug, 2015 1 commit
    • David Hunt's avatar
      Rename String to StringUtils. · 5e602f18
      David Hunt authored
      Fixes building on case-insensitive filesystems where String.h gets confused with <string.h>.
      
      From d734dacea0a10d0465dad4e95b3421511e7da112 Mon Sep 17 00:00:00 2001
      From: David Hunt <dhunt@iolanthe.attlocal.net>
      Date: Sat, 11 Jul 2015 20:56:31 -0500
      Subject: [PATCH 1/8] Rename String to StringUtils
      5e602f18
  6. 23 Mar, 2015 4 commits
  7. 24 Apr, 2014 1 commit
  8. 16 Jan, 2014 1 commit
  9. 10 Nov, 2012 1 commit