diff options
author | 2005-07-02 06:42:04 +0000 | |
---|---|---|
committer | 2005-07-02 06:42:04 +0000 | |
commit | 363a5363ae0bb7a9d97cf7459fbce37b92b82b72 (patch) | |
tree | 7ab53560da007895e855a760ba29b0dd82d2947c /x11-terms/rxvt/files/rxvt-2.7.10-line-scroll.patch | |
parent | Make cache directory not world-writable with regard to bug 96296. (diff) | |
download | gentoo-2-363a5363ae0bb7a9d97cf7459fbce37b92b82b72.tar.gz gentoo-2-363a5363ae0bb7a9d97cf7459fbce37b92b82b72.tar.bz2 gentoo-2-363a5363ae0bb7a9d97cf7459fbce37b92b82b72.zip |
Added line-scroll patch; bug #97408. Thanks to James Kyte <james.kyte@gmail.com>.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'x11-terms/rxvt/files/rxvt-2.7.10-line-scroll.patch')
-rw-r--r-- | x11-terms/rxvt/files/rxvt-2.7.10-line-scroll.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11-terms/rxvt/files/rxvt-2.7.10-line-scroll.patch b/x11-terms/rxvt/files/rxvt-2.7.10-line-scroll.patch new file mode 100644 index 000000000000..5d874d57f61a --- /dev/null +++ b/x11-terms/rxvt/files/rxvt-2.7.10-line-scroll.patch @@ -0,0 +1,13 @@ +--- src/feature.h.orig 2005-06-29 11:58:06.000000000 -0400 ++++ src/feature.h 2005-06-29 11:58:41.000000000 -0400 +@@ -211,8 +211,8 @@ + * SCROLL_ON_* defines above.). + * Also for modifier+Home/End keys to move to top/bottom + */ +-/* #define SCROLL_ON_UPDOWN_KEYS */ +-/* #define SCROLL_ON_HOMEEND_KEYS */ ++#define SCROLL_ON_UPDOWN_KEYS */ ++#define SCROLL_ON_HOMEEND_KEYS */ + + /* + * Allow unshifted Next/Prior keys to scroll forward/back |