several more fixes #2
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "Ocawesome101/LuPPC:master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
feedback / better ways to do these things are welcome.
new fix: the GPU component has full 24-bit color support (or, rather, it's functionally identical - still compressed to 256 colors since that's what OC supports and it's much easier to implement). this shouldn't(TM) break on VGA terminals, since as per the kernel docs those are compressed to 16 foreground / 8 background colors.
as a bonus, the new GPU component copies things somewhat faster on large terminals.
new fixes:
gpu.setBackground
andgpu.setForeground
now return what OpenOS expects them to, and thekey_up
andkey_down
signals now behave properly with arrow keys and ctrl+ESC. a convenient side effect of this is that OpenOS works flawlessly, as far as I can tell.plan9k is horribly broken - then again, it's horribly broken on everything already.
a few more fixesto several more fixesCheckout
From your project repository, check out a new branch and test the changes.