Just wanted to do a sanity check with you people on what I think might be a bug either in the "top" or in the "tmux" package.
My system is FreeBSD 14.2-rc2
The "top" manual says:
This works as expected in the console, "top -d1" shows one page of output, but it doesn't show anything when using tmux.
Generally, with tmux, there seems to be 1 less page of output, i.e. "top -d2" shows it once, "top -d3" shows it twice, etc.
It doesn't seem to matter if I'm on the system console or a terminal emulator like foot.
Should I file a bug?
My system is FreeBSD 14.2-rc2
The "top" manual says:
Code:
-d count
Show only count displays, then exit. A display is considered to
be one update of the screen. The default is 1 for dumb
terminals. Note that for count = 1 no information is available
about the percentage of time spent by the CPU in every state.
This works as expected in the console, "top -d1" shows one page of output, but it doesn't show anything when using tmux.
Generally, with tmux, there seems to be 1 less page of output, i.e. "top -d2" shows it once, "top -d3" shows it twice, etc.
It doesn't seem to matter if I'm on the system console or a terminal emulator like foot.
Should I file a bug?