summaryrefslogtreecommitdiffstats
path: root/CRT.c
Commit message (Expand)AuthorAgeFilesLines
* CRT: handle (ignore) signals `USR1` and `USR2`Christian Hesse34 hours1-0/+4
* Linux: add GPU meter and process columnChristian Göttsche36 hours1-0/+30
* Ignore FOCUS_IN and FOCUS_OUT events if these have been activated within xtermDaniel Lange2024-03-141-0/+2
* CRT: print message with pending changes onlyChristian Hesse2024-01-151-0/+3
* CRT: print a warning when exiting on signalChristian Hesse2024-01-151-1/+9
* Minor code simplificationBenny Baumann2023-12-261-3/+1
* Fix code styleBenny Baumann2023-12-261-2/+2
* Proper check for signal framesBenny Baumann2023-10-301-4/+3
* default color preset: use bold blue for better visibilityChristian Hesse2023-06-201-1/+1
* Logic to retain screen and other changesSahil Siddiq2023-05-221-1/+19
* {Memory,Swap}Meter: add "compressed memory" metricsIvan Shapovalov2023-04-231-0/+12
* ZramMeter: update bar modeChristian Göttsche2023-04-111-6/+12
* Correct some inconsistent function call conventions in CRT.cNathan Scott2023-04-061-16/+16
* Refactor to use a program name pointer instead of PACKAGE macroNathan Scott2023-04-061-8/+12
* Create new File Descriptor meterBenny Baumann2023-02-191-0/+12
* Linux: highlight username if process has elevated privilegesChristian Göttsche2023-02-051-0/+6
* Unwind: use arch generic assignmentChristian Göttsche2022-12-161-1/+1
* default color preset: use bold blue for better visibilityChristian Hesse2022-12-061-8/+8
* Reformat code baseBenny Baumann2022-10-241-20/+20
* Display failures from initscrChristian Göttsche2022-08-221-2/+1
* Restore non mouse supportChristian Göttsche2022-08-101-2/+2
* Please Clang 15Christian Göttsche2022-08-091-4/+4
* Write full bufferChristian Göttsche2022-06-281-1/+1
* Prevent null pointer dereference on early errorTobias Stoeckmann2022-06-031-2/+4
* Call mousemask(3X) to truly enable or disable mouse controlWHR2022-05-191-7/+15
* Always set SIGCHLD to default handlingTobias Stoeckmann2022-01-111-0/+1
* CRT: add debug printing functionChristian Göttsche2021-12-081-0/+11
* Introduce screen tabsHisham Muhammad2021-12-071-2/+34
* Fix issue where last line is not cleared when SIGINT is receivedEmmanuel Mathi-Amorim2021-12-011-0/+5
* Update license headers to explicitly say GPLv2+Daniel Lange2021-09-221-1/+1
* Use libunwind for printing backtraceChristian Göttsche2021-09-211-9/+68
* CRT: close backup stderr file after resetChristian Göttsche2021-09-101-0/+2
* NetBSD: silence dropping const qualifier on define_key(3)Christian Göttsche2021-09-031-0/+8
* NetBSD: color process state P as runningChristian Göttsche2021-09-031-6/+6
* Shorten crash output to fit on screenChristian Göttsche2021-08-261-16/+9
* IWYU updateChristian Göttsche2021-08-251-0/+1
* Reset the signal handlers at program exitChristian Göttsche2021-08-161-15/+33
* Correct grammatical error in crash informationChristian Göttsche2021-08-101-1/+1
* netbsd: Support curses libraries without ncurses mouse supportnia2021-07-151-0/+4
* Pointer indication aligned to typenameBenny Baumann2021-07-151-1/+1
* Add SIGINT handlerBenny Baumann2021-07-131-0/+1
* Add a new DynamicMeter class for runtime Meter extensionNathan Scott2021-07-071-1/+55
* Use the PACKAGE macro rather than htop directly, for overridingNathan Scott2021-06-131-6/+6
* Use STDERR_FILENO instead of magic numberChristian Göttsche2021-05-161-1/+1
* Print current settings on crashChristian Göttsche2021-05-161-0/+8
* Add read-only optionChristian Göttsche2021-04-141-0/+6
* TaskMeter: always show number of threadsChristian Göttsche2021-03-311-0/+6
* Use `#if defined()` syntax when `#elif defined()` is presentBenny Baumann2021-03-211-1/+1
* Linux: individually show shared memoryChristian Göttsche2021-03-151-0/+6
* Use ATTR_UNUSED instead of void castingChristian Göttsche2021-03-021-2/+1

© 2014-2024 Faster IT GmbH | imprint | privacy policy