Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
0.22.4.1
Browse files Browse the repository at this point in the history
Text attributes will update after typing in a command
  • Loading branch information
PQCraft authored Sep 25, 2021
1 parent e14a1ed commit 3db3a0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion clibasic.c
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@

// Base defines

char VER[] = "0.22.4";
char VER[] = "0.22.4.1";

#if defined(__linux__)
char OSVER[] = "Linux";
Expand Down Expand Up @@ -930,6 +930,7 @@ int main(int argc, char** argv) {
#endif
txtqunlock();
tmpstr = readline(pstr);
updateTxtAttrib();
concp = 0;
inprompt = false;
if (!tmpstr) {err = 0; cleanExit();}
Expand Down

0 comments on commit 3db3a0f

Please sign in to comment.