summaryrefslogtreecommitdiffstats
path: root/IncSet.c
Commit message (Collapse)AuthorAgeFilesLines
* Move responsibility for cursor placement to PanelsHisham Muhammad2018-01-301-18/+25
|
* Mark some things as constRichard2017-07-221-4/+4
| | | | | | | Several string pointer arrays pointed to const strings but were not const themselves. A few various structures and arrays were also marked const.
* Auto-follow process after a search.Hisham2016-05-051-17/+25
| | | | See #237.
* Check for failure in allocations.Hisham2016-02-021-1/+1
|
* Redraw the panel when resizing the window during an incremental searchAntoine Catton2015-12-091-0/+2
| | | | | | | | | | | | | | 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.
* Rename String to StringUtils.David Hunt2015-08-191-1/+1
| | | | | | | | | 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
* Do not trust isalpha(c) for values > 255.Hisham Muhammad2015-03-231-1/+1
| | | | | | | Fixes #174. Conflicts: Panel.c
* incremental search and filter reintegrated!Hisham Muhammad2015-03-231-13/+22
|
* Move FunctionBar inside PanelHisham Muhammad2015-03-231-2/+3
|
* Fix out-of-bounds write.Hisham Muhammad2014-04-241-1/+1
|
* Fix order of calloc arguments.Hisham Muhammad2014-01-161-1/+1
| | | | (Patch by Dawid Gajownik)
* search and filter for the strace and lsof screens!Hisham Muhammad2012-11-101-0/+213

© 2014-2024 Faster IT GmbH | imprint | privacy policy