Write "FROM" heading above the hostname column, like NetBSD and GNU do.
This commit is contained in:
parent
2f98561bef
commit
8daf14c02a
@ -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