lots of random little fixes

This commit is contained in:
2025-06-29 11:05:59 +02:00
parent 0c2727c9a7
commit 8f5cfb6be1
4 changed files with 33 additions and 28 deletions

View File

@@ -536,7 +536,7 @@ nn_component *nn_addDrive(nn_computer *computer, nn_address address, int slot, n
typedef struct nn_screen nn_screen;
typedef struct nn_scrchr_t {
int codepoint;
unsigned int codepoint;
int fg;
int bg;
bool isFgPalette;