summary refs log tree commit diff
path: root/bin/1sh/libedit/historyn.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-06-28 22:28:32 -0400
committerJune McEnroe <june@causal.agency>2019-06-28 22:28:32 -0400
commit726e6587f20e3e42cffba666fb69b0b0e392637e (patch)
treebcd821e8c9c3dd1a4e08fcd12c8a2f156afb3109 /bin/1sh/libedit/historyn.c
parentSet HISTSIZE in catsh (diff)
downloadsrc-726e6587f20e3e42cffba666fb69b0b0e392637e.tar.gz
src-726e6587f20e3e42cffba666fb69b0b0e392637e.zip
Rename catsh to 1sh
Yes it's another rename because I felt like catsh was too long. 1sh is
short and unique.
Diffstat (limited to 'bin/1sh/libedit/historyn.c')
-rw-r--r--bin/1sh/libedit/historyn.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/1sh/libedit/historyn.c b/bin/1sh/libedit/historyn.c
new file mode 100644
index 00000000..59130dea
--- /dev/null
+++ b/bin/1sh/libedit/historyn.c
@@ -0,0 +1,3 @@
+#include "config.h"
+#define NARROWCHAR
+#include "history.c"