mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 17:57:34 +00:00
ps: Widen state field to fit "Condition" and other fields
Similar to ab20c91cfb
.
This commit is contained in:
parent
57da716be0
commit
b12d1fbb81
1 changed files with 4 additions and 2 deletions
|
@ -19,8 +19,10 @@ int main(int argc, char** argv)
|
||||||
|
|
||||||
if (tty != "notty")
|
if (tty != "notty")
|
||||||
tty = strrchr(tty.characters(), '/') + 1;
|
tty = strrchr(tty.characters(), '/') + 1;
|
||||||
|
else
|
||||||
|
tty = "n/a";
|
||||||
|
|
||||||
printf("%-3u %-3u %-3u %-3u %-4u %-8s %-3u %-9u %-3u %-4s %s\n",
|
printf("%-3u %-3u %-3u %-3u %-4u %-10s %-3u %-9u %-4u %-4s %s\n",
|
||||||
proc.pid,
|
proc.pid,
|
||||||
proc.pgid,
|
proc.pgid,
|
||||||
proc.pgp,
|
proc.pgp,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue