diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-08-27 09:04:56 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-08-27 09:04:56 +0000 |
commit | 419585809c0e727626cb97c5b689cbf0d81c3526 (patch) | |
tree | 075043373346e20c5a880b484b455bf2cc06f318 | |
parent | 27f6e79c29976674494513ab586be16bf251edb7 (diff) |
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 */ |