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
The process detail panel now shows the working directory above the
command line. On Linux this reads the `/proc/[pid]/cwd` symlink, on
macOS it uses `proc_pidinfo` with `PROC_PIDVNODEPATHINFO`, and on
FreeBSD/NetBSD it uses `sysctl` with `KERN_PROC_CWD`. OpenBSD doesn't
expose other processes' cwd so it shows "(unavailable)" there.
The CMD display goes from 3 lines to 2 to make room, which means
longer commands truncate a line sooner.
0 commit comments