Description:
When navigating the process list using KEY_UP or KEY_DOWN, the entire
program pauses including CPU and network stats instead of only pausing
the process list refresh.
Expected behavior:
- Process list pauses while navigating
- CPU, memory, network stats continue updating normally
Actual behavior:
- Entire program freezes on key press
- CPU, network, disk stats stop updating
Root cause:
- paused = true stops all updates not just process list refresh
To reproduce:
- Run sysmon
- Press KEY_UP or KEY_DOWN
- Observe CPU and network stats freeze
Description:
When navigating the process list using KEY_UP or KEY_DOWN, the entire
program pauses including CPU and network stats instead of only pausing
the process list refresh.
Expected behavior:
Actual behavior:
Root cause:
To reproduce: