Write "FROM" heading above the hostname column, like NetBSD and GNU do.
This commit is contained in:
parent
57c329453b
commit
08fbd467d7
@ -149,6 +149,7 @@ heading(void)
|
||||
printf("%-*s ", 12, "TIME");
|
||||
if (uflag)
|
||||
printf("IDLE ");
|
||||
printf("%-*s", UT_HOSTSIZE, "FROM");
|
||||
putchar('\n');
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user