mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-13 11:42:38 +03:00
top: Tweak username column width to accomodate "clipboard"
This commit is contained in:
parent
0b1a40a6fe
commit
417e3877d7
Notes:
sideshowbarker
2024-07-19 04:33:57 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/417e3877d7e
@ -158,7 +158,7 @@ int main(int, char**)
|
||||
auto sum_diff = current.sum_times_scheduled - prev.sum_times_scheduled;
|
||||
|
||||
printf("\033[3J\033[H\033[2J");
|
||||
printf("\033[47;30m%6s %3s %3s %-8s %-10s %6s %6s %4s %s\033[K\033[0m\n",
|
||||
printf("\033[47;30m%6s %3s %3s %-9s %-10s %6s %6s %4s %s\033[K\033[0m\n",
|
||||
"PID",
|
||||
"TID",
|
||||
"PRI",
|
||||
@ -189,7 +189,7 @@ int main(int, char**)
|
||||
});
|
||||
|
||||
for (auto* thread : threads) {
|
||||
printf("%6d %3d %2u %-8s %-10s %6zu %6zu %2u.%1u %s\n",
|
||||
printf("%6d %3d %2u %-9s %-10s %6zu %6zu %2u.%1u %s\n",
|
||||
thread->pid,
|
||||
thread->tid,
|
||||
thread->priority,
|
||||
|
Loading…
Reference in New Issue
Block a user