tb Enable/disable command logging dynamically + setlogcmds builtin

This commit is contained in:
2025-10-18 10:48:31 +02:00
parent d136c001df
commit a46da0a7ae
6 changed files with 56 additions and 21 deletions

View File

@ -38,6 +38,7 @@ bool rt_stackpush(struct Token *);
bool rt_stackpop(struct Token *);
bool rt_eachfile(struct Token *);
bool rt_mkaliasbn(struct Token *);
bool rt_setlogcmds(struct Token *);
void rtstringv_stackpushcopy(char *s, size_t len);
char *rtstringv_stackpop(void);