--- ctris_orig.h 2025-10-01 21:14:02.000000000 +0200 +++ ctris.h 2025-10-01 21:14:13.000000000 +0200 @@ -15,7 +15,7 @@ #include #include -#define VERSION "v0.42" // version info +#define VERSION "v0.43" // version info #define HEIGHT 24 // height of the screen #define WIDTH 80 // width of the screen #define BOARD_HEIGHT (HEIGHT - 5) // height of the board