summaryrefslogtreecommitdiff
path: root/sys/arch/i386/isa/pcvt/pcvt_sup.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/i386/isa/pcvt/pcvt_sup.c')
-rw-r--r--sys/arch/i386/isa/pcvt/pcvt_sup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/isa/pcvt/pcvt_sup.c b/sys/arch/i386/isa/pcvt/pcvt_sup.c
index 8cc16c6cd0a..3687707176e 100644
--- a/sys/arch/i386/isa/pcvt/pcvt_sup.c
+++ b/sys/arch/i386/isa/pcvt/pcvt_sup.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pcvt_sup.c,v 1.7 1999/09/14 18:21:41 aaron Exp $ */
+/* $OpenBSD: pcvt_sup.c,v 1.8 1999/09/18 22:54:48 aaron Exp $ */
/*
* Copyright (c) 1992, 1995 Hellmuth Michaelis and Joerg Wunsch.
@@ -547,7 +547,7 @@ vgasetfontattr(struct vgafontattr *data)
}
bcopy(vsp->Crtat, vsp->Scrollback, vsp->screen_rows *
vsp->maxcol * CHR);
- vsp->scr_offset = vsp->row - 1;
+ vsp->scr_offset = vsp->row;
}
}
switch_screen(current_video_screen, 0, 0);