Results 767 comments of BenBE

The first set of changes from #1669 has been merged. The others follow soon …

Are there any of the changes still open? AFAICS #1669 seems merged. Or were there any issues still ope?

As long as we don't merge that PR we can still fix the issues first before going all in …

You mean like some basic syntax like `SELF~2` to get the `tmux` process in the screenshot above? Certainly doable, but still requires the overall filtering infrastructure for #76 to be...

Which version of htop? Also note, that sorting in tree view mode operates per parent when sorting processes.

The use of `uint32_t` was intentional to have a minimum of size guarantees for the structure layout.

The other option, which I chose was to just fix the size of members so alignment gets resolved that way. Also, I prefer to have integer sizes fixed, unless the...

Cherry-picked the structure reordering patch.

If you argue regarding the size of the member and the actually used range, than even `unsigned int` would be no better than the `uint32_t` it's using now. Actually, it...