aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/rc/rc.h
diff options
context:
space:
mode:
authorNicholas Noll <nnoll523@gmail.com>2021-10-26 14:11:25 -0700
committerNicholas Noll <nnoll523@gmail.com>2021-10-26 14:11:25 -0700
commite34a4791b72e426b02f33496fe03be1ad81819a6 (patch)
tree85db47712e9218f172d47b394e8e4099232a159b /sys/cmd/rc/rc.h
parent2416a8654e3c1a4b74fcc0379dac5294670a1f46 (diff)
fix(rc): prompt during command entry
Diffstat (limited to 'sys/cmd/rc/rc.h')
-rw-r--r--sys/cmd/rc/rc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/cmd/rc/rc.h b/sys/cmd/rc/rc.h
index e35c3e4..5a9aac5 100644
--- a/sys/cmd/rc/rc.h
+++ b/sys/cmd/rc/rc.h
@@ -152,6 +152,7 @@ struct Shell
Io *err;
int status;
int interactive;
+ char *prompt;
Thread *jobs;
};