Rename "con" to "cursorvisible" as it determines if the cursor is visible for the current scanline.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user