summaryrefslogtreecommitdiffstats
path: root/CRT.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'ci-hwloc-job' of https://github.com/bertwesarg/htop into ↵Nathan Scott2020-08-261-2/+26
| | | | bertwesarg-ci-hwloc-job
* Merge branch 'hishamhm-pull-920'3.0.0rc1Nathan Scott2020-08-201-0/+7
|\
| * Support for ZFS Compressed ARC statisticsRoss Williams2019-09-031-0/+2
| |
| * Support ZFS ARC stats on FreeBSDRoss Williams2019-07-071-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New meter displays same ARC stats as FreeBSD top(1). Can be extended to other platforms that support ZFS. Pulling kstat.zfs.misc.arcstats.c_max as the meter total, so the meter has a meaningful value to work up to. The Text meter displays, first, the maximum ARC size (Meter.total), then second, the total ARC used, using the difference between Meter.maxItems and Meter.curItems to "hide" the used value from the Bar and Graph drawing functions by using an index in Meter.values[] that is beyond curItems - 1, but less than maxItems - 1.
* | Merge branch 'hishamhm-pull-914'Nathan Scott2020-08-201-1/+1
|\ \
| * | CPU_KERNEL redefinedsenjan2019-05-261-1/+1
| |/
* | Merge branch 'hishamhm-pull-890'Nathan Scott2020-08-201-0/+3
| |
* | Resolve complation issues with -fno-common (default from gcc-10)Nathan Scott2020-07-101-14/+14
|/ | | | | | | Extends the MakeHeader script to auto-generate correct "extern" function declarations in some cases that it currently does not. Related to https://github.com/hishamhm/htop/pull/981
* Fix color behavior on some terminals.Hisham Muhammad2018-02-051-0/+1
| | | | Fixes #635.
* Security review: make privilege dropping-restoring optional.Hisham Muhammad2017-07-261-0/+22
| | | | | | | This is/was necessary only on macOS, because you needed root in order to read the process list. This was never necessary on Linux, and it also raises security concerns, so now it needs to be enabled explicitly at build time.
* Work around the strange behavior of gray.Hisham2017-05-231-1/+5
|
* Avoid overlapping key values defined by curses (Real fix).Explorer092016-03-091-1/+1
| | | | Real fix for issue #438.
* Avoid overlapping key values defined by curses.Hisham2016-03-081-1/+1
| | | | Closes #438.
* Fix behavior of ESC key, getting rid of the annoying delay.Hisham2016-02-191-0/+2
| | | | | Thank you @Explorer09 for the push! Closes #417.
* Merge pull request #221 from eworm-de/define-array-sizeHisham Muhammad2015-08-201-2/+6
|\ | | | | use a define for graphical meter array size
| * remove UTF-8 code when compiling with --disable-unicodeChristian Hesse2015-08-191-2/+6
| |
* | Add expand/collapse on additional clicks!Hisham Muhammad2015-08-191-0/+1
| |
* | Support for NCurses 6.0 and mouse wheelHisham Muhammad2015-08-191-0/+5
|/
* Visual tweaks: change color when following, add Broken Gray theme.Hisham Muhammad2015-04-091-3/+5
|
* Let's see if responsiveness is still good using the full CRT_delayHisham Muhammad2015-02-041-0/+2
| | | | | in ncurses. CPU usage goes down noticeably. (Also, add missing comma, sorry.)
* Make the implementation of color schemes declarative.Hisham Muhammad2015-02-031-8/+13
|
* Sorry about the mega-patch.Hisham Muhammad2015-01-211-9/+19
| | | | | This is a work-in-progress, code is currently broken. (Some actions, and notably, the header, are missing.)
* Changes for supporting separate platform subdirectories.Hisham Muhammad2014-11-241-3/+2
|
* Added new color for 'D' state.Valmiky Arquissandas2014-10-141-0/+1
|
* Make blue text more readable. Closes #55.Hisham Muhammad2014-04-241-0/+2
|
* Report as an exit function.Hisham Muhammad2014-04-241-0/+2
|
* alignment improvementsHisham Muhammad2014-02-271-0/+2
|
* Changes in object model: separate class objects to store vtable. Also, nicer ↵Hisham Muhammad2012-12-051-2/+2
| | | | UTF-8 display of big numbers.
* Fail gracefully when /proc is not mountedHisham Muhammad2012-10-191-0/+2
| | | | | (thanks to Philipp Hagemeister)
* major header cleanupHisham Muhammad2011-12-261-13/+1
|
* show cursor when function bar allows typing an entry.Hisham Muhammad2011-09-081-0/+2
|
* Tempus fugit.Hisham Muhammad2011-05-261-1/+1
|
* make htop friendly to uclibc (thanks to Matt for the report)Hisham Muhammad2010-12-051-0/+2
|
* Split process and thread counts in tasks meterHisham Muhammad2010-11-231-1/+0
|
* add support for steal/guest CPU time measurementHisham Muhammad2010-08-241-2/+7
| | | | | | simplify processor data accounting (add CPUData structure) remove Process_clone trick
* Tempus fugit.Hisham Muhammad2010-02-251-1/+1
|
* Option to display hostname in the meters areaHisham Muhammad2009-02-171-0/+1
|
* ACPI Battery meterHisham Muhammad2008-09-231-0/+1
| | | | | contributed by Ian Hands
* Clean up headers by using 'static' whenever possible.Hisham Muhammad2008-03-091-4/+0
| | | | | Reduces resulting code size.
* BUGFIX: Fix display of CPU count for threaded processes.Hisham Muhammad2008-03-081-0/+2
| | | | | | | | | | When user threads are hidden, process now shows the sum of processor usage for all processors. When user threads are displayed, each thread shows its own processor usage, including the root thread. (thanks to Bert Wesarg for the report) Also, add option to display thread colors differently.
* Improve error display on crash to get better bug reports.Hisham Muhammad2007-11-081-0/+1
|
* Contribution by Philipp Richter: Display IO-Wait, IRQ and Soft-IRQ values in ↵Hisham Muhammad2006-10-041-0/+3
| | | | | | | status bar (minor modifications: default to false, add help)
* Horizontally scroll in larger increments when on theHisham Muhammad2006-07-231-0/+2
| | | | | Linux console because of slow update of unaccelerated fb
* Regenerated all headers.Hisham Muhammad2006-06-061-8/+24
|
* Initial import.Hisham Muhammad2006-03-041-0/+112

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