aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/syscons/syscons.c
diff options
context:
space:
mode:
authorKazutaka YOKOTA <yokota@FreeBSD.org>2000-04-03 09:24:16 +0000
committerKazutaka YOKOTA <yokota@FreeBSD.org>2000-04-03 09:24:16 +0000
commitc2c86c2b8822b907e65a3e550d654ca1a08d20a7 (patch)
tree38f660e0295fe94dae3ead58281590af72818b5a /sys/dev/syscons/syscons.c
parent62885176749f520459d0a7b1b56af533fde8559a (diff)
Notes
Diffstat (limited to 'sys/dev/syscons/syscons.c')
-rw-r--r--sys/dev/syscons/syscons.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/syscons/syscons.c b/sys/dev/syscons/syscons.c
index 60ceedef8c5e..06c77cf6a175 100644
--- a/sys/dev/syscons/syscons.c
+++ b/sys/dev/syscons/syscons.c
@@ -2764,7 +2764,7 @@ static scr_stat
if (sc_init_emulator(scp, SC_DFLT_TERM))
sc_init_emulator(scp, "*");
-#ifndef SC_NO_SYSMOUSE
+#ifndef SC_NO_CUTPASTE
if (ISMOUSEAVAIL(sc->adp->va_flags))
sc_alloc_cut_buffer(scp, TRUE);
#endif