Kang-Che Sung (宋岡哲)
Kang-Che Sung (宋岡哲)
Regarding the graph label issue, my suggestion would be to keep things simple. Rather than introducing a hotkey, how about making a runtime option to toggle the label first? The...
@eworm-de > Looks like it is suffering reduced precision: A braille character always has the same height on left and right size. Both side used to represent different values before....
@AdityaSriram09 Did you check out the right code? The screenshot you attached looks no different from the `main` branch. Remember you can see the [Files changed](https://github.com/htop-dev/htop/pull/714/files) page of this pull...
@fasterit This feature request is different from #301. This is more about usability improvement for tree view when a process/thread "subtree" is collapsed. * When a process group is collapsed...
Is it possible to check for `truss` at the configure time? I think it's bet not to assume the program is available unless htop is built to be a "cross"...
@BenBE I capture these on a VirtualBox machine. The upper half is before and the lower half is after, Text terminal (Ctrl-Alt-F[1-6]) *(This screenshot is outdated)*  Xfce terminal (my...
@BenBE The text part is identical to the original. It remains light/bold blue color. My purpose of this patch is to unite the two colors into one for both pairs...
I've added a commit to handle bold blue on black background as a special case so that bars would draw without the bold. And there is a side effect for...
Additional note: I intend the new function `CRT_getBarGraphicColor` to be also applied to the colored graph display (#714), and that's why it's a separate function and the logic is not...
Here is one question: When I rewrote the `BarMeterMode_draw()` routine, I noticed the `blockSizes` array was defined with a magic number length of 10. I think the number should be...