diff options
author | 1996-08-27 09:04:55 +0000 | |
---|---|---|
committer | 1996-08-27 09:04:55 +0000 | |
commit | 02a78f7a4b88aad9fabc5b3b440c8b54a53907e5 (patch) | |
tree | 8638b6044a040384ddcc9a14a01de4c882148ce9 | |
parent | do not lose in 2 cases; from graichen (diff) | |
download | wireguard-openbsd-02a78f7a4b88aad9fabc5b3b440c8b54a53907e5.tar.xz wireguard-openbsd-02a78f7a4b88aad9fabc5b3b440c8b54a53907e5.zip |
curses! "you should call keypad()" is dumb
-rw-r--r-- | sys/arch/i386/isa/pcvt/pcvt_conf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/isa/pcvt/pcvt_conf.h b/sys/arch/i386/isa/pcvt/pcvt_conf.h index a0ed32b9074..e4185679fa1 100644 --- a/sys/arch/i386/isa/pcvt/pcvt_conf.h +++ b/sys/arch/i386/isa/pcvt/pcvt_conf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pcvt_conf.h,v 1.5 1996/06/10 07:37:21 deraadt Exp $ */ +/* $OpenBSD: pcvt_conf.h,v 1.6 1996/08/27 09:04:55 deraadt Exp $ */ /* * Copyright (c) 1992, 1995 Hellmuth Michaelis and Joerg Wunsch. @@ -399,7 +399,7 @@ /* -- see also PCVT_PALFLICKER above -- */ #if !defined PCVT_INHIBIT_NUMLOCK /* --------- DEFAULT: OFF ----------- */ -# define PCVT_INHIBIT_NUMLOCK 0 /* A notebook hack: since i am getting */ +# define PCVT_INHIBIT_NUMLOCK 1 /* A notebook hack: since i am getting */ #elif PCVT_INHIBIT_NUMLOCK != 0 /* tired of the numlock LED always */ # undef PCVT_INHIBIT_NUMLOCK /* being turned on - which causes the */ # define PCVT_INHIBIT_NUMLOCK 1 /* right half of my keyboard being */ |