TTY improvements

This commit is contained in:
Linus Dierheimer
2021-05-01 16:54:59 +02:00
parent e66e78fcc5
commit 94caa86998
6 changed files with 65 additions and 22 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ void ffPrintShell(FFinstance* instance)
ffStrbufAppendTransformS(&command, shellName != NULL ? shellName : shellPath, toupper);
ffStrbufAppendS(&command, "_VERSION\"");
ffProcessGetStdOut(&version, (char* const[]){
ffProcessAppendStdOut(&version, (char* const[]){
shellPath,
"-c",
command.chars,