166 Commits (9a4879b48f9ca1a39aa4eaa67bccc171cd5bca35)

Author SHA1 Message Date
Christian Göttsche 9a4879b48f Please Clang 15 4 years ago
Christian Göttsche f3e70ab389 Write full buffer 4 years ago
Tobias Stoeckmann 611ea4606f Prevent null pointer dereference on early error 4 years ago
WHR d22667725a Call mousemask(3X) to truly enable or disable mouse control 4 years ago
Tobias Stoeckmann a0ad0697a8 Always set SIGCHLD to default handling 4 years ago
Christian Göttsche 1da78b5818 CRT: add debug printing function 4 years ago
Hisham Muhammad 72ba20fa5f Introduce screen tabs 4 years ago
Emmanuel Mathi-Amorim ff0ea41c86 Fix issue where last line is not cleared when SIGINT is received 4 years ago
Daniel Lange 94ad111391 Update license headers to explicitly say GPLv2+ 5 years ago
Christian Göttsche 29e1fcfa05 Use libunwind for printing backtrace 5 years ago
Christian Göttsche 38e6136b82 CRT: close backup stderr file after reset 5 years ago
Christian Göttsche 9579d9b7aa NetBSD: silence dropping const qualifier on define_key(3) 5 years ago
Christian Göttsche 0580dbb202 NetBSD: color process state P as running 5 years ago
Christian Göttsche 4ed3ab5c2c Shorten crash output to fit on screen 5 years ago
Christian Göttsche 2bf626c4e4 IWYU update 5 years ago
Christian Göttsche 68460b25e3 Reset the signal handlers at program exit 5 years ago
Christian Göttsche 671282d309 Correct grammatical error in crash information 5 years ago
nia 2ab8fb83ba netbsd: Support curses libraries without ncurses mouse support 5 years ago
Benny Baumann 976c6123f4 Pointer indication aligned to typename 5 years ago
Benny Baumann bf22a8fb13 Add SIGINT handler 5 years ago
Nathan Scott f0ed0fdafb Add a new DynamicMeter class for runtime Meter extension 5 years ago
Nathan Scott 6f9b161b24 Use the PACKAGE macro rather than htop directly, for overriding 5 years ago
Christian Göttsche d2ee40597c Use STDERR_FILENO instead of magic number 5 years ago
Christian Göttsche 1f5f40c091 Print current settings on crash 5 years ago
Christian Göttsche 36880cd61c Add read-only option 5 years ago
Christian Göttsche 8163b8164f TaskMeter: always show number of threads 5 years ago
Benny Baumann 57e0ce7b4f Use `#if defined()` syntax when `#elif defined()` is present 5 years ago
Christian Göttsche d9f2eacbc5 Linux: individually show shared memory 5 years ago
Christian Göttsche df818b9904 Use ATTR_UNUSED instead of void casting 5 years ago
Benny Baumann a73064dda9 Remove setuid support 5 years ago
Christian Göttsche 7b1fa1bf49 Cache stderr to be able to print assert messages 5 years ago
Daniel Lange 3808b3b553 Remove unused key definitions 5 years ago
BenBE 06b5828dc4
Fix Shift+Function key on Qt-based terminals 5 years ago
Christian Göttsche bd694c0ce6 Do not call exit(3) in signal handler 5 years ago
Christian Göttsche 6dba60f6bd Pass Settings to CRT_init 5 years ago
David Zarzycki 03824da684 Linux: individual huge page values in the huge page meter 5 years ago
David Zarzycki 37e186fd66 Linux: Add SwapCached to the swap meter 5 years ago
V f2f1c99ad9 Fix white text in the Light Terminal colour scheme 5 years ago
Christian Göttsche 2d2a2df6f2 Refactor crash handler message to avoid embedded directive 5 years ago
Christian Göttsche 6ae56f2578 Revert color change on LightTerminal 5 years ago
Christian Göttsche 27db9297b7 Show arrow indicating order of sorted process column 5 years ago
Christian Göttsche d609c04fe4 CRT: add METER_VALUE_ERROR and adjust some METER_VALUE_WARN colors 5 years ago
Daniel Lange 8b83a9f055 Enable going back to previous search matches (Shift-F3) 5 years ago
Christian Göttsche 61b8e31b41 Misc CRT cleanup 5 years ago
Nathan Scott 75e9f9a8d9 Cull the definitions of pageSize and pageSizeKB from CRT.c 5 years ago
Christian Göttsche 7ba25aa3c4 IWYU update 5 years ago
Christian Göttsche f913680020 Hide degree character without wide ncurses support 5 years ago
Christian Göttsche ba1549f99b Resolve conversion from int to short 5 years ago
Christian Göttsche 4f7d48aa24 Set locale only once and do not override it later 5 years ago
Christian Göttsche ec0f5d0ba9 Compare indices not index with pair 5 years ago