20cc8788d8
Final commit? (not entirely sure what all this is now..)
main
iDunnoDev2025-07-05 11:44:43 +01:00
8e3094f644
Fixed issues with console titles not working correctly
iDunnoDev
2023-01-14 01:33:30 +00:00
5b203d7f82
Move the lock in the keyboard buffer Added comment to defs
iDunnoDev
2023-01-14 00:40:23 +00:00
f74cebc12d
Added comments and help commands to user apps
iDunnoDev
2023-01-13 17:37:43 +00:00
c23d669858
Added draw menu, vars and additional functions needed for it Added some functionality to the procdump to show the current console and parent pids of processes for debugging Added var to clearconsole that enables the internal lock if one wasnt prelocked before hand Fixed issue where race conditions would stop the title from drawing by drawing it to the buffer too Fixed issue where the maze function was spamming the conswrite and cons lock by changing it to send an entire line instead of 1 char at a time
iDunnoDev
2022-12-23 00:48:57 +00:00
662e3795a7
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
iDunnoDev
2022-12-18 11:42:58 +00:00
c65c58a954
Added the drawtitle function to console Added ability to pick a bg preset for the title bar Added counting program Added function to set the current consoles title name Removed some of the debug code
iDunnoDev
2022-12-16 15:23:38 +00:00
924d90c066
Added code to get the consoles to be split into their own Fixed issue where exiting a shell would not close the parent console properly Changed the way the consoles are linked to the processes by making it a pointer to the console Added all the console changes for the above Added a slow maze drawing program similar to the c64 version
iDunnoDev
2022-12-14 01:04:42 +00:00
5b21654261
Changed console to write to both the buffer and the screen if currently active
iDunnoDev
2022-12-12 16:40:38 +00:00
05c1a1fe28
Changed the console to write directly to the console then to the current buffer
iDunnoDev
2022-12-09 11:12:46 +00:00
9b23ca2a45
Added buffer to the console Added hotkeys to switch between console buffers and to return to the home one Added clear screen command Added debug text outputs to the hello command and when loading sh
iDunnoDev
2022-12-09 10:39:55 +00:00