mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 12:05:15 +00:00
top: Widen "state" field slightly to accomodate "Condition".
This commit is contained in:
parent
ac4f8fe350
commit
ab20c91cfb
Notes:
sideshowbarker
2024-07-19 13:13:24 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/ab20c91cfb2
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ int main(int, char**)
|
|||
});
|
||||
|
||||
for (auto* process : processes) {
|
||||
printf("%6d %c %-8s %-8s %6zu %6zu %2u.%1u %s\n",
|
||||
printf("%6d %c %-8s %-10s %6zu %6zu %2u.%1u %s\n",
|
||||
process->stats.pid,
|
||||
process->stats.priority[0],
|
||||
process->stats.username.characters(),
|
||||
|
|
Loading…
Add table
Reference in a new issue