aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeroen Janssen <japj@xs4all.nl>2002-03-09 13:25:16 +0000
committerJeroen Janssen <japj@xs4all.nl>2002-03-09 13:25:16 +0000
commit65123fd49aa8f2a97d835af7f08c6eb9d91f29e4 (patch)
treed69eaff2b6bf21c553a79e8b22df7bd72e3fd41f
parentbef68d501aefd036a325900ffb003f0ca0a1f82f (diff)
downloadvgabios-65123fd49aa8f2a97d835af7f08c6eb9d91f29e4.tar.gz
- fixing initial cursor shape to _ instead of -
-rw-r--r--vgabios.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/vgabios.c b/vgabios.c
index cc0d06b..6a7bd2d 100644
--- a/vgabios.c
+++ b/vgabios.c
@@ -918,7 +918,9 @@ static void biosfn_set_video_mode(mode) Bit8u mode;
// Set cursor shape
if(vga_modes[line].class==TEXT)
- {biosfn_set_cursor_shape(0x06,0x07);
+ {
+ //biosfn_set_cursor_shape(0x06,0x07); // CGA
+ biosfn_set_cursor_shape(0x0A,0x0B); // Monochrome
}
// Set cursor pos for page 0..7