fix numpad. from nick@be.wanadoo.com, ultimately from turbolinux
This commit is contained in:
parent
df6c399d6b
commit
5a084b1081
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.19 2001/06/22 20:51:18 jasoni Exp $
|
||||
# $OpenBSD: Makefile,v 1.20 2001/08/29 17:12:09 jasoni Exp $
|
||||
|
||||
COMMENT= "color, low memory usage, xterm replacement"
|
||||
|
||||
DISTNAME= rxvt-2.7.6
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
CATEGORIES= x11
|
||||
NEED_VERSION= 1.363
|
||||
MASTER_SITES= ftp://ftp.rxvt.org/pub/rxvt/ \
|
||||
|
16
x11/rxvt/patches/patch-rxvt_h
Normal file
16
x11/rxvt/patches/patch-rxvt_h
Normal file
@ -0,0 +1,16 @@
|
||||
$OpenBSD: patch-rxvt_h,v 1.1 2001/08/29 17:12:09 jasoni Exp $
|
||||
--- src/rxvt.h.orig Wed Aug 29 15:32:39 2001
|
||||
+++ src/rxvt.h Wed Aug 29 15:32:55 2001
|
||||
@@ -712,10 +712,10 @@ enum {
|
||||
|
||||
#ifdef ALLOW_132_MODE
|
||||
# define PrivMode_Default \
|
||||
-(PrivMode_Autowrap|PrivMode_aplKP|PrivMode_ShiftKeys|PrivMode_VisibleCursor|PrivMode_132OK)
|
||||
+(PrivMode_Autowrap|PrivMode_ShiftKeys|PrivMode_VisibleCursor|PrivMode_132OK)
|
||||
#else
|
||||
# define PrivMode_Default \
|
||||
-(PrivMode_Autowrap|PrivMode_aplKP|PrivMode_ShiftKeys|PrivMode_VisibleCursor)
|
||||
+(PrivMode_Autowrap|PrivMode_ShiftKeys|PrivMode_VisibleCursor)
|
||||
#endif
|
||||
|
||||
#ifdef PREFER_24BIT
|
Loading…
x
Reference in New Issue
Block a user