mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-28 20:29:03 +00:00
Userland: Tweak "w" output just slightly
This commit is contained in:
parent
48a0b76a77
commit
ae9c5bf216
Notes:
sideshowbarker
2024-07-19 02:53:00 +09:00
Author: https://github.com/awesomekling
Commit: ae9c5bf216
1 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ int main()
|
|||
return 1;
|
||||
}
|
||||
|
||||
printf("%-10s %-12s %-16s %-16s\n",
|
||||
printf("\033[1m%-10s %-12s %-16s %-16s\033[0m\n",
|
||||
"USER", "TTY", "FROM", "LOGIN@");
|
||||
json.value().as_object().for_each_member([&](auto& tty, auto& value) {
|
||||
const JsonObject& entry = value.as_object();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue