Skip to content

Fix/cpu bars wrap - #1

Merged
mantvmass merged 2 commits into
mantvmass:mainfrom
SVNKVN9:fix/cpu-bars-wrap
May 26, 2026
Merged

Fix/cpu bars wrap#1
mantvmass merged 2 commits into
mantvmass:mainfrom
SVNKVN9:fix/cpu-bars-wrap

Conversation

@SVNKVN9

@SVNKVN9 SVNKVN9 commented May 26, 2026

Copy link
Copy Markdown
Contributor

No description provided.

SVNKVN9 and others added 2 commits May 26, 2026 13:38
…tically

The CPU panel was capped by `area.height - 2`, so on a 12-core box the
overview only had room for "all" plus 7-9 cores and showed "(+N hidden)".
Switch `draw_cpu` to htop-style column-major layout: when the panel is too
short to fit every meter vertically, split horizontally into as many
columns as the panel width allows (min 17 cols per column). Single-column
behavior is preserved when there is enough vertical space.

Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
Covers build/lint commands, the single-threaded tick-loop architecture,
the App + derived `visible[]` cache pattern, NVML poller threading,
height-adaptive layout, and the cfg/feature conventions.

Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>

@mantvmass mantvmass left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

@mantvmass
mantvmass merged commit 59cdd36 into mantvmass:main May 26, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants