aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/rc/history.c
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2021-10-13 09:08:59 -0700
committerNicholas Noll <nbnoll@eml.cc>2021-10-13 09:08:59 -0700
commit2ade60747db41771498ab2b85ce6e3c3389f2c26 (patch)
tree302927100158a1b50954e5ca4cb5c564bf19beec /sys/cmd/rc/history.c
parentd1a19f0d477a6249d8af9322317b8434b86260ea (diff)
feat(rc): added unix port of rc with linenoise
Diffstat (limited to 'sys/cmd/rc/history.c')
-rw-r--r--sys/cmd/rc/history.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/cmd/rc/history.c b/sys/cmd/rc/history.c
new file mode 100644
index 0000000..393c183
--- /dev/null
+++ b/sys/cmd/rc/history.c
@@ -0,0 +1,4 @@
+#include <stdio.h>
+#include <readline/history.h>
+
+