Kang-Che Sung (宋岡哲)

Results 68 issues of Kang-Che Sung (宋岡哲)

This PR will be a set of experimental changes I would like to do for meters. The meter `draw` routines were not capable of calculating the terminal widths when the...

I would like to share a feature that I have done as part of a code refactoring process. These changes are still work in progress, but I think it's good...

enhancement
code quality :recycle:

The `humanTimeUnit()` function is currently used only in GPUMeter for Linux. (#1288) This is my proposal of a new time format and the code of printing it. Before ```text 0ns...

enhancement
needs-discussion :thinking:

The first three commits are code shrinks. The last one commit adds a new format for Row_printNanoseconds() because I feel I missed a chance of allowing one extra digit of...

Make `CRT_degreeSign` a writable buffer that will be updated after the `initDegreeSign()` function. This avoids needing a static buffer in the function. Also use `MB_LEN_MAX` for the buffer size, which...

This is a discussion of a feature that would use a library. htop often needs breaks of file paths of command lines, as well as other strings that may contain...

enhancement
build system :wrench:
dependencies

Fixes #1654. The formula is derived by myself. Interestingly, I asked both ChatGPT and Google Gemini (AI) on how to make a formula based on a table of given values,...

This warning is when building htop for NetBSD, with GCC with `-flto` enabled ```text lto-wrapper: warning: using serial compilation of 3 LTRANS jobs DisplayOptionsPanel.c: In function ‘DisplayOptionsPanel_eventHandler’: DisplayOptionsPanel.c:98:14: error: potential...

code quality :recycle:
NetBSD :flags:

When CPU meter groups with different number of "shorter columns" are place together in one column, and the width for the (larger) meter column is not divisible by 8, then...

enhancement

This is a feature ticket, for people who are more familiar with Darwin/macOS to try and implement. The Activity Monitor app in macOS has GPU Percentage and GPU Time columns...

enhancement
MacOS :green_apple: