Added ability to set a title for the console

Added seed value to the maze generator
Added a title lock to the console
Added a vconsole lock that locks on any virtual console change
Changed some of the locks used to free up
This commit is contained in:
iDunnoDev
2022-12-18 11:42:58 +00:00
committed by iDunnoDev
parent c65c58a954
commit 662e3795a7
7 changed files with 175 additions and 92 deletions

2
user.h
View File

@ -26,7 +26,7 @@ int uptime(void);
int getch(void);
int greeting(void);
int shutdown(int restart);
int screen(int bgcol);
int screen(const char*, int);
int cls(void);
// ulib.c