Results 767 comments of BenBE

First draft for a possible implementation, though I usually keep quite a bit of distance between JS/TS and myself … ```diff diff --git a/src/index.ts b/src/index.ts index 2c4c6829..0b262925 100644 --- a/src/index.ts...

Any initial thoughts on this patch that I should take care of?

Resizing columns to the minimum of characters needed is actually intentional. And while this flickering in width is not the best solution, it comes with very little data that needs...

@ajacocks Any updates on this? Were you able to find something?

Don't we have the auto-sizing feature for columns for exactly that reason?

Or we just track the largest PID we've seen so far, thus growing, but never shrinking the PID column; starting with 5 digits …

While reading through the source code, I noticed, that generating tags is unconditional for all generated link tags. Thus whenever a bundled asset matches the filename pattern for a font...

There is only one screen defined on Darwin: https://github.com/htop-dev/htop/blob/325e6a47bf42c8feebe07263f7c60f181c1a8f1f/darwin/Platform.c#L67-L75

> Any particular reason for this constraint? The necessary I/O columns aren't available/implemented on Darwin. > Is extending this on the feature roadmap? No.

Can you run htop under gdb and provide the output of `bt full`, alongside the `objdump` of the htop binary? Does this happen with htop compiled from the main branch...