You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v0.2.1: priority-based column auto-hiding on narrow terminals
- Columns now auto-hide by priority when terminal is too narrow
(like htop), instead of squishing the Command column first
- Command, CPU%, MEM%, USER, PID have highest priority and stay visible
- IO_W, IO_R, PPID, NI, PRI hide first on narrow terminals
- Currently sorted column is never auto-hidden
- Minimum 20 chars guaranteed for Command column
- Applies to all tabs: Main, I/O, Net
- Mouse header click detection updated to match rendered columns
- Deduplicated HEADERS constants between mouse.rs and process_table.rs
- Bump version to 0.2.1
Copy file name to clipboardExpand all lines: Cargo.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
[package]
2
2
name = "pstop"
3
-
version = "0.2.0"
3
+
version = "0.2.1"
4
4
edition = "2021"
5
5
description = "htop for Windows — beautiful, fast TUI system monitor with per-core CPU bars, memory/swap/network, tree view, process management, 7 color schemes, mouse support. Drop-in htop replacement for PowerShell & Windows Terminal."
0 commit comments