Skip to content

"Show tabs for screens" doesn't show separate I/O tab on OSX #1658

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
monochromec opened this issue Apr 2, 2025 · 4 comments
Open

"Show tabs for screens" doesn't show separate I/O tab on OSX #1658

monochromec opened this issue Apr 2, 2025 · 4 comments
Labels
MacOS 🍏 MacOS / Darwin related issues support request This is not a code issue but merely a support request. Please use the mailing list or IRC instead.

Comments

@monochromec
Copy link

When configuring htop on OSX to show I/O traffic in a separate tab via "S" in htop, the only tab visible is still "main".

htop version: htop 3.4.0-dev (installed via homebrew)
OSX: 15.4 running on Apple silicon

Please let me know if more information is required - more than happy to help.

@BenBE
Copy link
Member

BenBE commented Apr 2, 2025

There is only one screen defined on Darwin:

htop/darwin/Platform.c

Lines 67 to 75 in 325e6a4

const ScreenDefaults Platform_defaultScreens[] = {
{
.name = "Main",
.columns = "PID USER PRIORITY NICE M_VIRT M_RESIDENT STATE PERCENT_CPU PERCENT_MEM TIME Command",
.sortKey = "PERCENT_CPU",
},
};
const unsigned int Platform_numberOfDefaultScreens = ARRAYSIZE(Platform_defaultScreens);

@BenBE BenBE added support request This is not a code issue but merely a support request. Please use the mailing list or IRC instead. MacOS 🍏 MacOS / Darwin related issues labels Apr 2, 2025
@monochromec
Copy link
Author

Any particular reason for this constraint?

Is extending this on the feature roadmap?

@BenBE
Copy link
Member

BenBE commented Apr 3, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
MacOS 🍏 MacOS / Darwin related issues support request This is not a code issue but merely a support request. Please use the mailing list or IRC instead.
Projects
None yet
Development

No branches or pull requests

4 participants
@BenBE @monochromec and others