diff rvinterf/asyncshell/oneshot.c @ 451:10f4062e049b

fc-shell: unterm command implemented in one-shot mode
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 08 Feb 2019 00:49:34 +0000
parents 8c7e86bc137e
children b55a81ce7497
line wrap: on
line diff
--- a/rvinterf/asyncshell/oneshot.c	Thu Feb 07 21:22:27 2019 +0000
+++ b/rvinterf/asyncshell/oneshot.c	Fri Feb 08 00:49:34 2019 +0000
@@ -18,6 +18,7 @@
 extern int cmd_str_oneshot();
 extern int cmd_tchdl_oneshot();
 extern int cmd_tgtreset();
+extern int cmd_unterm_oneshot();
 
 static struct cmdtab {
 	char *cmd;
@@ -34,6 +35,7 @@
 	{"str", 1, 1, cmd_str_oneshot},
 	{"tch-dl", 1, 1, cmd_tchdl_oneshot},
 	{"tgtreset", 0, 0, cmd_tgtreset},
+	{"unterm", 1, 1, cmd_unterm_oneshot},
 	{0, 0, 0, 0}
 };