ps: Widen the username column slightly
This commit is contained in:
parent
244efe050a
commit
660f5baf8f
Notes:
sideshowbarker
2024-07-19 06:39:06 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/660f5baf8f5
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ int main(int argc, char** argv)
|
|||
};
|
||||
|
||||
if (full_format_flag) {
|
||||
uid_column = add_column("UID", Alignment::Left, 8);
|
||||
uid_column = add_column("UID", Alignment::Left, 9);
|
||||
pid_column = add_column("PID", Alignment::Right, 5);
|
||||
ppid_column = add_column("PPID", Alignment::Right, 5);
|
||||
state_column = add_column("STATE", Alignment::Left, 12);
|
||||
|
|
Loading…
Add table
Reference in a new issue