It's been a while since I've posted here, but I am still actively working on this on GitHub.
Put together a simple image viewer utility today.
Recently-ish tweaked the co-op multitasking to start a "thread" when a program launches (sleeping the parent thread) All blocking OS routines (such as text input and key waiting) will by default handle active threads.
Added copy/paste feature to the builtin text input routine, so it will work wherever the routine is used. F4/trace-copy, F5/graph-paste. Currently clobbers the buffer when the program that allocated it exits. (bug)
Added background image button to style customization options.
Eye candy:
Note: the background image chosen is used purely as an example, it is not included with the OS.
Put together a simple image viewer utility today.
Recently-ish tweaked the co-op multitasking to start a "thread" when a program launches (sleeping the parent thread) All blocking OS routines (such as text input and key waiting) will by default handle active threads.
Added copy/paste feature to the builtin text input routine, so it will work wherever the routine is used. F4/trace-copy, F5/graph-paste. Currently clobbers the buffer when the program that allocated it exits. (bug)
Added background image button to style customization options.
Eye candy:
Note: the background image chosen is used purely as an example, it is not included with the OS.