summaryrefslogtreecommitdiffstats
path: root/CRT.c
AgeCommit message (Expand)Author
2024-04-13Avoid fprintf in signal handlersChristian Göttsche
2024-03-27CRT: handle (ignore) signals `USR1` and `USR2`Christian Hesse
2024-03-27Linux: add GPU meter and process columnChristian Göttsche
2024-03-14Ignore FOCUS_IN and FOCUS_OUT events if these have been activated within xtermDaniel Lange
2024-01-15CRT: print message with pending changes onlyChristian Hesse
2024-01-15CRT: print a warning when exiting on signalChristian Hesse
2023-12-26Minor code simplificationBenny Baumann
2023-12-26Fix code styleBenny Baumann
2023-10-30Proper check for signal framesBenny Baumann
2023-06-20default color preset: use bold blue for better visibilityChristian Hesse
2023-05-22Logic to retain screen and other changesSahil Siddiq
2023-04-23{Memory,Swap}Meter: add "compressed memory" metricsIvan Shapovalov
2023-04-11ZramMeter: update bar modeChristian Göttsche
2023-04-06Correct some inconsistent function call conventions in CRT.cNathan Scott
2023-04-06Refactor to use a program name pointer instead of PACKAGE macroNathan Scott
2023-02-19Create new File Descriptor meterBenny Baumann
2023-02-05Linux: highlight username if process has elevated privilegesChristian Göttsche
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