Commit Graph

5 Commits

Author SHA1 Message Date
Juhani Krekelä d4c15687c8 Add option for 8-colour mode
Some BIOSs initialize the VGA card by default into a mode where the high
bit of background nybble signals that the cell should blink. The simple
way to avoid this is by restricting the background colours to the range
0…7. However, since our mouse cursor is implemented by swapping the
foreground and the background colours, we also need to restrict the
foreground colours to the range 0…7.
2023-05-11 22:02:18 +03:00
Juhani Krekelä 5d8d8a3406 Improve ANSI escape code support in process_wallpaper.py 2023-03-22 19:16:28 +02:00
Juhani Krekelä f020b7ab2f Change wallpaper background colour to magenta 2023-03-19 20:47:00 +02:00
Juhani Krekelä 5c3580e9b5 Get rid of syscall thunks 2023-03-19 19:28:30 +02:00
Juhani Krekelä ff1b91f3dd Load wallpaper from disk 2023-03-11 17:49:55 +02:00