diff options
Diffstat (limited to 'sys/arch/i386/isa/pcvt/pcvt_drv.c')
-rw-r--r-- | sys/arch/i386/isa/pcvt/pcvt_drv.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/i386/isa/pcvt/pcvt_drv.c b/sys/arch/i386/isa/pcvt/pcvt_drv.c index 12beb84f7c1..d5bf32eb623 100644 --- a/sys/arch/i386/isa/pcvt/pcvt_drv.c +++ b/sys/arch/i386/isa/pcvt/pcvt_drv.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pcvt_drv.c,v 1.34 2000/09/28 17:45:42 aaron Exp $ */ +/* $OpenBSD: pcvt_drv.c,v 1.35 2000/10/07 03:12:45 aaron Exp $ */ /* * Copyright (c) 1992, 1995 Hellmuth Michaelis and Joerg Wunsch. * @@ -549,11 +549,9 @@ pcstart(register struct tty *tp) if (vs[minor(tp->t_dev)].scrolling) sgetc(31337); if (vsp == &vs[minor(tp->t_dev)]) { - if (IS_SEL_EXISTS(vsp)) { + if (IS_SEL_EXISTS(vsp)) /* hides a potential selection */ remove_selection(); - vsp->mouse_flags &= ~SEL_EXISTS; - } mouse_hide(); /* hides a potential mouse cursor */ } sput(&buf[0], 0, len, minor(tp->t_dev)); |