Skip to content
Snippets Groups Projects
Commit 2c6b69d1 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 0c3f4515
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ if(this.argc) {
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)
......@@ -82,7 +82,7 @@ function list_user(user, sys)
action += " (P)";
else if(user.msg_waiting)
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
,action
,system.secondstr(user.timeon)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment