mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Introduce screen tabs
This is a forward port (by nathans) of Hisham's original code.
This commit is contained in:

committed by
Nathan Scott

parent
ff4f44b22a
commit
72ba20fa5f
@ -51,7 +51,7 @@ void ProcessList_goThroughEntries(ProcessList* super, bool pauseProcessUpdate) {
|
||||
Process_updateCmdline(proc, "<unsupported architecture>", 0, 0);
|
||||
Process_updateExe(proc, "/path/to/executable");
|
||||
|
||||
if (proc->settings->flags & PROCESS_FLAG_CWD) {
|
||||
if (proc->settings->ss->flags & PROCESS_FLAG_CWD) {
|
||||
free_and_xStrdup(&proc->procCwd, "/current/working/directory");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user