summaryrefslogtreecommitdiffstats
path: root/CRT.c
AgeCommit message (Expand)Author
2022-12-16Unwind: use arch generic assignmentChristian Göttsche
2022-12-06default color preset: use bold blue for better visibilityChristian Hesse
2022-10-24Reformat code baseBenny Baumann
2022-08-22Display failures from initscrChristian Göttsche
2022-08-10Restore non mouse supportChristian Göttsche
2022-08-09Please Clang 15Christian Göttsche
2022-06-28Write full bufferChristian Göttsche
2022-06-03Prevent null pointer dereference on early errorTobias Stoeckmann
2022-05-19Call mousemask(3X) to truly enable or disable mouse controlWHR
2022-01-11Always set SIGCHLD to default handlingTobias Stoeckmann
2021-12-08CRT: add debug printing functionChristian Göttsche
2021-12-07Introduce screen tabsHisham Muhammad
2021-12-01Fix issue where last line is not cleared when SIGINT is receivedEmmanuel Mathi-Amorim
2021-09-22Update license headers to explicitly say GPLv2+Daniel Lange
2021-09-21Use libunwind for printing backtraceChristian Göttsche
2021-09-10CRT: close backup stderr file after resetChristian Göttsche
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