diff rvinterf/asyncshell/usercmd.c @ 447:e13f60d4f8dd

fc-shell: added unterm command for sending unterminated strings to ATI
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 09 Jan 2019 07:58:06 +0000
parents 8c7e86bc137e
children b55a81ce7497
line wrap: on
line diff
--- a/rvinterf/asyncshell/usercmd.c	Sat Dec 29 06:59:27 2018 +0000
+++ b/rvinterf/asyncshell/usercmd.c	Wed Jan 09 07:58:06 2019 +0000
@@ -24,6 +24,7 @@
 extern void cmd_tch_dispatch();
 extern void cmd_tchdl_interactive();
 extern void cmd_tgtreset();
+extern void cmd_unterm();
 
 void
 cmd_exit()
@@ -51,6 +52,7 @@
 	{"tch", cmd_tch_dispatch},
 	{"tch-dl", cmd_tchdl_interactive},
 	{"tgtreset", cmd_tgtreset},
+	{"unterm", cmd_unterm},
 	{0, 0}
 };