summaryrefslogtreecommitdiffstats
path: root/CRT.c
AgeCommit message (Expand)Author
2021-09-03NetBSD: silence dropping const qualifier on define_key(3)Christian Göttsche
2021-09-03NetBSD: color process state P as runningChristian Göttsche
2021-08-26Shorten crash output to fit on screenChristian Göttsche
2021-08-25IWYU updateChristian Göttsche
2021-08-16Reset the signal handlers at program exitChristian Göttsche
2021-08-10Correct grammatical error in crash informationChristian Göttsche
2021-07-15netbsd: Support curses libraries without ncurses mouse supportnia
2021-07-15Pointer indication aligned to typenameBenny Baumann
2021-07-13Add SIGINT handlerBenny Baumann
2021-07-07Add a new DynamicMeter class for runtime Meter extensionNathan Scott
2021-06-13Use the PACKAGE macro rather than htop directly, for overridingNathan Scott
2021-05-16Use STDERR_FILENO instead of magic numberChristian Göttsche
2021-05-16Print current settings on crashChristian Göttsche
2021-04-14Add read-only optionChristian Göttsche
2021-03-31TaskMeter: always show number of threadsChristian Göttsche
2021-03-21Use `#if defined()` syntax when `#elif defined()` is presentBenny Baumann
2021-03-15Linux: individually show shared memoryChristian Göttsche
2021-03-02Use ATTR_UNUSED instead of void castingChristian Göttsche
2021-02-17Remove setuid supportBenny Baumann
2021-02-05Cache stderr to be able to print assert messagesChristian Göttsche
2021-02-01Remove unused key definitionsDaniel Lange
2021-02-01Fix Shift+Function key on Qt-based terminalsBenBE
2021-01-29Do not call exit(3) in signal handlerChristian Göttsche
2021-01-27Pass Settings to CRT_initChristian Göttsche
2021-01-19Linux: individual huge page values in the huge page meterDavid Zarzycki
2021-01-11Linux: Add SwapCached to the swap meterDavid Zarzycki
2021-01-11Fix white text in the Light Terminal colour schemeV
2021-01-08Merge branch 'light_color' of cgzones/htopDaniel Lange
2021-01-08Refactor crash handler message to avoid embedded directiveChristian Göttsche
2021-01-08Revert color change on LightTerminalChristian Göttsche
2021-01-07Show arrow indicating order of sorted process columnChristian Göttsche
2020-12-26CRT: add METER_VALUE_ERROR and adjust some METER_VALUE_WARN colorsChristian Göttsche
2020-12-25Enable going back to previous search matches (Shift-F3)Daniel Lange
2020-12-14Misc CRT cleanupChristian Göttsche
2020-12-10Cull the definitions of pageSize and pageSizeKB from CRT.cNathan Scott
2020-12-06IWYU updateChristian Göttsche
2020-12-05Hide degree character without wide ncurses supportChristian Göttsche
2020-12-05Resolve conversion from int to shortChristian Göttsche
2020-12-02Set locale only once and do not override it laterChristian Göttsche
2020-12-02Compare indices not index with pairChristian Göttsche
2020-12-02Use enum element name instead of magic numberChristian Göttsche
2020-11-25Add support to change numeric options in settings screenChristian Göttsche
2020-11-24Improving Command display/sortNarendran Gopalakrishnan
2020-11-16Show CPU temperature in CPU meterChristian Göttsche
2020-11-16Fix whitespace before comma in the new color definitionsDaniel Lange
2020-11-16Merge branch 'hili-new-old' of adsr/htop into highlight-new-old-processesDaniel Lange
2020-11-15Fixup of SystemdMeter mergeChristian Göttsche
2020-11-15Resolve merge conflicts, merge #229 "Add SystemdMeter" from @cgzonesDaniel Lange
2020-11-02Embracing branchesBenny Baumann
2020-11-02Spacing around operatorsBenny Baumann