ref: 2e592b5e00e8f2489eba725135e3aab33438a9c0
parent: d4cabc863723fbc7bc94d9223c27665a9f95ed26
author: henesy <henesy.dev@gmail.com>
date: Tue Mar 15 10:48:04 EDT 2022
debug print of command to window
--- a/main.c
+++ b/main.c
@@ -54,6 +54,8 @@
char*
handlecmd(char* str)
{
+ putstring(runesmprint(" %s", str), 6);
+
int maxtoks = 10;
char *cmd;
char **toks = calloc(maxtoks, sizeof (char*));