From 337743edbbe7f9f3f2507e9cf6cfbf41b661eb98 Mon Sep 17 00:00:00 2001 From: "Rob Swindell (on Windows 11)" <rob@synchro.net> Date: Tue, 13 Feb 2024 18:03:04 -0800 Subject: [PATCH] Change enum text_modes (plural) to enum text_mode (singular) This is the way. --- src/conio/ciolib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conio/ciolib.h b/src/conio/ciolib.h index 233d57a4fb..b8afc4fe2e 100644 --- a/src/conio/ciolib.h +++ b/src/conio/ciolib.h @@ -116,7 +116,7 @@ enum { #define CIOLIB_VIDEO_EXPAND (1<<5) // Use an extra blank column between characters from the font #define CIOLIB_VIDEO_LINE_GRAPHICS_EXPAND (1<<6) // Per VGA, when using CIOLIB_VIDEO_EXPAND, repeat the last column for chars 0xC0 - 0xDF inclusive -enum text_modes +enum text_mode { /* DOS-compatible modes */ -- GitLab