tb Print colorful shell prompt and logged cmds, print terminal W/H
This commit is contained in:
@ -195,7 +195,7 @@ bool interp_runstring(char *string, InterpResult **res, bool interactive) {
|
||||
char *line = string_tokenizealloc_linecontinue(string, "\n");
|
||||
while (line != NULL) {
|
||||
if (CONFIG.logcmds) {
|
||||
uprintf("+%s\n", line);
|
||||
uprintf("+"ANSIQ_SETFG_YELLOW"%s"ANSIQ_GR_RESET"\n", line);
|
||||
}
|
||||
|
||||
bool skip;
|
||||
|
||||
Reference in New Issue
Block a user