Skip to content
Snippets Groups Projects
Commit eed6aca5 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Indent users a tad to make the separation of systems and users more obvious

parent 47cc6eca
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
...@@ -70,7 +70,7 @@ if(this.argc) { ...@@ -70,7 +70,7 @@ if(this.argc) {
function print_header(sys) function print_header(sys)
{ {
printf("\1n\1c%-25.25s \1h%-34.34s\1h\1gTime Age Sex\r\n", sys.name, sys.host); printf("\1n\1c%-28.28s\1h%-37.37s\1h\1gTime Age Sex\r\n", sys.name, sys.host);
} }
function list_user(user, sys) function list_user(user, sys)
...@@ -82,7 +82,7 @@ function list_user(user, sys) ...@@ -82,7 +82,7 @@ function list_user(user, sys)
action += " (P)"; action += " (P)";
else if(user.msg_waiting) else if(user.msg_waiting)
action += " (M)"; action += " (M)";
print(format("\1h\1y%-25.25s \1n\1g%-31.31s%9s %3s %3s" print(format("\1h\1y %-28.28s\1n\1g%-33.33s%9s %3s %3s"
,user.name ,user.name
,action ,action
,system.secondstr(user.timeon) ,system.secondstr(user.timeon)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment