summaryrefslogtreecommitdiff
path: root/sys/src/cmd/rc/rc.h
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2016-06-30 00:45:37 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2016-06-30 00:45:37 +0200
commit65977417e7cc5919f7c9787f97a528e8c24d2423 (patch)
tree5379e98e16d10e44fd30cb45e776f54ff3f953a3 /sys/src/cmd/rc/rc.h
parentd39d1a5303541539f61488317b220c1eb724d7d3 (diff)
rc: write /dev/wdir after printing the prompt, not after executing "cd" command
Diffstat (limited to 'sys/src/cmd/rc/rc.h')
-rw-r--r--sys/src/cmd/rc/rc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/cmd/rc/rc.h b/sys/src/cmd/rc/rc.h
index 7b7b3b343..eddad8ede 100644
--- a/sys/src/cmd/rc/rc.h
+++ b/sys/src/cmd/rc/rc.h
@@ -65,6 +65,7 @@ union code{
char *s;
};
+int newwdir;
char *promptstr;
int doprompt;