diff options
author | Benji Dial <benji6283@gmail.com> | 2021-02-16 22:26:47 -0500 |
---|---|---|
committer | Benji Dial <benji6283@gmail.com> | 2021-02-16 22:26:47 -0500 |
commit | ab4e1cfc8c587e4144d847bbd41307eff03130b2 (patch) | |
tree | 4e5502422977c747f3e65633ede26b73d9556ca1 /src/user/highway/main.c | |
parent | 2de07a2abea4081ebab6d80729e5665ba862c74c (diff) | |
download | portland-os-ab4e1cfc8c587e4144d847bbd41307eff03130b2.tar.gz |
rtc timestamp, knob rand, random terminal color
Diffstat (limited to 'src/user/highway/main.c')
-rw-r--r-- | src/user/highway/main.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/user/highway/main.c b/src/user/highway/main.c index c9ceee2..59586c1 100644 --- a/src/user/highway/main.c +++ b/src/user/highway/main.c @@ -5,12 +5,10 @@ #include "cmds.h" #include "line.h" +#include "vars.h" void main(const char *arg) { -//syslogf(" this task: 0x%2h", this_task); -//syslogf(" stdio task: 0x%2h", stdio_task); -//syslogf("calling task: 0x%2h", calling_task); - + new_color(); source(*arg ? arg : "user/default.rc"); ensure_color(); |