Rename "con" to "cursorvisible" as it determines if the cursor is visible for the current scanline.

This commit is contained in:
starfrost013
2025-06-09 17:16:01 +01:00
parent 7bf7a84a83
commit d32a06d305
7 changed files with 24 additions and 23 deletions

View File

@@ -88,7 +88,7 @@ typedef struct cga_t {
int sc;
int vc;
int cgadispon;
int con;
int cursorvisible; // Determines if the cursor is visible FOR THE CURRENT SCANLINE.
int cursoron;
int cgablink;
int vsynctime;