Kang-Che Sung (宋岡哲)

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

This PR is intended to supersede #1506 New detection code for `curses` library for `configure`. * Both `pkg-config` and `ncurses*-config` will be used to find the compiler flags and linker...

enhancement
build system :wrench:

* Move the macro call of PKG_PROG_PKG_CONFIG. * Bring back the warning when configure is generated without pkg.m4 * CI FreeBSD job now installs pkg-config.

build system :wrench:

### Checklist - [X] I can reproduce the bug with the latest version given [here](https://github.com/FossifyOrg/Notes/releases/latest). - [X] I made sure that there are **no existing issues** - [open](https://github.com/FossifyOrg/Notes/issues) or [closed](https://github.com/FossifyOrg/Notes/issues?q=is%3Aissue+is%3Aclosed)...

bug

### Checklist - [X] I made sure that there are **no existing issues** - [open](https://github.com/FossifyOrg/General-Discussion/issues) or [closed](https://github.com/FossifyOrg/General-Discussion/issues?q=is%3Aissue+is%3Aclosed) - to which I could contribute my information. - [X] I made sure...

feature request
needs triage

The maximum utilization should be "100% * number of disks". Set the bar and graph of the meter to draw with that maximum. Also remove the 100% cap on the...

enhancement

The first two commits should be enough to fix the issue of #1548. But I plan to add some other improvements to make ncurses detection more robust. Notably we could...

enhancement
build system :wrench:
Linux :penguin:

Hi. I am the author of the `ntfs_sttr.sh` shell script. Please pull the latest version of `ntfs_sttr.sh` from here: https://gist.github.com/Explorer09/ac4bf6838c271a9968b3 There are minor changes to the script, the notable one...

* Demote the `FunctionBar.size` member from `uint32_t` to `unsigned int` type because the value is never meant to be greater than `FUNCTIONBAR_MAXEVENTS` (== 15). * Add an assertion in `FunctionBar_new()`...

code quality :recycle:

This PR introduces `isPercentChart` member to meter classes and add support of "dynamic scaling" to Bar and Graph modes. This is split from #714. Since there is a draft PR...

This spreadsheet contains all `[-Wshorten-64-to-32]` warnings that I can find within htop codebase: https://docs.google.com/spreadsheets/d/12P6VnjGBcqXA-vDI-lsBHiAsmJoruPdLBPfZ3TKNCbg/edit?usp=sharing I didn't test all of the platforms supported in htop, but I have tried my best....