We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0002516 commit 5a3c96eCopy full SHA for 5a3c96e
drivers/video/console/vgacon.c
@@ -96,7 +96,7 @@ static bool vga_is_gfx;
96
static bool vga_512_chars;
97
static int vga_video_font_height;
98
static int vga_scan_lines __read_mostly;
99
-static unsigned int vga_rolled_over;
+static unsigned int vga_rolled_over; /* last vc_origin offset before wrap */
100
101
static bool vgacon_text_mode_force;
102
static bool vga_hardscroll_enabled;
0 commit comments