summaryrefslogtreecommitdiffstats
path: root/CRT.c
AgeCommit message (Expand)Author
2018-08-24Introduce screen tabsHisham Muhammad
2018-08-24Change to previous screen using Shift-TabHisham Muhammad
2018-02-26Begin add supporting for multiple screensHisham Muhammad
2018-02-26Move responsibility for cursor placement to PanelsHisham Muhammad
2018-02-05Fix color behavior on some terminals.Hisham Muhammad
2017-07-26Security review: make privilege dropping-restoring optional.Hisham Muhammad
2017-06-06Merge branch 'master' into fixedgrayHisham
2017-06-01make special keys also work with TERM=xterm-256colorMichael Klein
2017-05-23Work around the strange behavior of gray.Hisham
2016-05-30Handle SIGQUIT. Closes #503.Hisham
2016-03-09Avoid overlapping key values defined by curses (Real fix).Explorer09
2016-03-08Avoid overlapping key values defined by curses.Hisham
2016-02-19Fix behavior of ESC key, getting rid of the annoying delay.Hisham
2015-10-05gcc warning cleanups.Hisham Muhammad
2015-09-19Replace some remaining tabsMichael McConville
2015-08-20Merge pull request #221 from eworm-de/define-array-sizeHisham Muhammad
2015-08-19Add expand/collapse on additional clicks!Hisham Muhammad
2015-08-19Support for NCurses 6.0 and mouse wheelHisham Muhammad
2015-08-19remove UTF-8 code when compiling with --disable-unicodeChristian Hesse
2015-08-19Rename String to StringUtils.David Hunt
2015-07-29initialize locale for LC_CTYPE onlyChristian Hesse
2015-07-16simplify UTF-8 detectionChristian Hesse
2015-07-16initialize localeChristian Hesse
2015-07-14paint PROCESS_LOW_PRIORITY in greenChristian Hesse
2015-04-09Visual tweaks: change color when following, add Broken Gray theme.Hisham Muhammad
2015-02-04Let's see if responsiveness is still good using the full CRT_delayHisham Muhammad
2015-02-03Make the implementation of color schemes declarative.Hisham Muhammad
2015-01-21Sorry about the mega-patch.Hisham Muhammad
2014-11-24Changes for supporting separate platform subdirectories.Hisham Muhammad
2014-10-14Added new color for 'D' state.Valmiky Arquissandas
2014-04-28Fix behavior of `htop -d 1`. Closes #72.Hisham Muhammad
2014-04-24Make blue text more readable. Closes #55.Hisham Muhammad
2014-04-24Report this as an exit function.Hisham Muhammad
2014-04-09Better support for Home and End keysHisham Muhammad
2014-02-27alignment improvementsHisham Muhammad
2014-01-14New home, new life!Hisham Muhammad
2013-02-26Remove explicit calls to curses.h in other filesHisham Muhammad
2012-12-05Changes in object model: separate class objects to store vtable. Also, nicer ...Hisham Muhammad
2012-10-19Fail gracefully when /proc is not mountedHisham Muhammad
2012-10-04Add IO priority support ('i' key)Hisham Muhammad
2012-07-12improve crash message Hisham Muhammad
2011-12-26Remove old memory debugging routines. We have Valgrind nowadays.Hisham Muhammad
2011-12-26major header cleanupHisham Muhammad
2011-09-08show cursor when function bar allows typing an entry.Hisham Muhammad
2011-08-26Fix number of supported backtrace frames (thanks to Sebastian Pipping)Hisham Muhammad
2011-05-26Tempus fugit.Hisham Muhammad
2010-12-05make htop friendly to uclibc (thanks to Matt for the report)Hisham Muhammad
2010-11-23Split process and thread counts in tasks meterHisham Muhammad
2010-11-20Don't ask for bug reports when running on unsupported platforms.Hisham Muhammad
2010-11-20Fix IO-wait color on "Black on White" scheme. Closes #3054717.Hisham Muhammad