commit | 065aab5247012498f3c00fb5edf7712672c0a40e | [log] [download] |
---|---|---|
author | Antoine Catton <devel@antoine.catton.fr> | Wed Dec 09 23:42:56 2015 -0700 |
committer | Antoine Catton <devel@antoine.catton.fr> | Wed Dec 09 23:46:25 2015 -0700 |
tree | 83516b6dafcbaa42987bb5ab15857a1a7d0205ad | |
parent | cccc18dd2f820c3eba3a495eb2265d682c77d718 [diff] |
Redraw the panel when resizing the window during an incremental search 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.
by Hisham Muhammad hisham@gobolinux.org
2004 - 2015
This is htop, an interactive process viewer. It requires ncurses. It is developed primarily on Linux, but we also have code for running under FreeBSD and Mac OS X (help and testing are wanted for these platforms!)
This software has evolved considerably over the years, and is reasonably complete, but there is always room for improvement.
This program is distributed as a standard autotools-based package. See the INSTALL file for detailed instructions, but you are probably used to the common ./configure
/make
/make install
routine.
When fetching the code from the development repository, you need to run the ./autogen.sh
script, which in turn requires autotools to be installed.
See the manual page (man htop) or the on-line help (‘F1’ or ‘h’ inside htop) for a list of supported key commands.
if not all keys work check your curses configuration.