aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/syscons/syscons.c
diff options
context:
space:
mode:
authorKazutaka YOKOTA <yokota@FreeBSD.org>2001-07-10 14:13:34 +0000
committerKazutaka YOKOTA <yokota@FreeBSD.org>2001-07-10 14:13:34 +0000
commit44b37d9627b2333c4099ea9e333fb1b67d75c082 (patch)
treeab090e7ac820364b8bdd44a724c1e6b46b1d9331 /sys/dev/syscons/syscons.c
parentd193eadbdf5b0729c35e651e9fca0bbfd6ce51e5 (diff)
Notes
Diffstat (limited to 'sys/dev/syscons/syscons.c')
-rw-r--r--sys/dev/syscons/syscons.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/dev/syscons/syscons.c b/sys/dev/syscons/syscons.c
index 56e09e50e09ff..a970b3b1f5f2b 100644
--- a/sys/dev/syscons/syscons.c
+++ b/sys/dev/syscons/syscons.c
@@ -412,9 +412,7 @@ scmeminit(void *arg)
sc_alloc_scr_buffer(sc_console, FALSE, FALSE);
#ifndef SC_NO_CUTPASTE
- /* cut buffer is available only when the mouse pointer is used */
- if (ISMOUSEAVAIL(sc_console->sc->adp->va_flags))
- sc_alloc_cut_buffer(sc_console, FALSE);
+ sc_alloc_cut_buffer(sc_console, FALSE);
#endif
#ifndef SC_NO_HISTORY
@@ -2801,8 +2799,7 @@ static scr_stat
sc_init_emulator(scp, "*");
#ifndef SC_NO_CUTPASTE
- if (ISMOUSEAVAIL(sc->adp->va_flags))
- sc_alloc_cut_buffer(scp, TRUE);
+ sc_alloc_cut_buffer(scp, TRUE);
#endif
#ifndef SC_NO_HISTORY