diff options
Diffstat (limited to 'debian/patches/brl-enlarge.diff')
-rw-r--r-- | debian/patches/brl-enlarge.diff | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/debian/patches/brl-enlarge.diff b/debian/patches/brl-enlarge.diff index 6d62032..2bcc350 100644 --- a/debian/patches/brl-enlarge.diff +++ b/debian/patches/brl-enlarge.diff @@ -1,7 +1,7 @@ Index: ChangeLog =================================================================== ---- ChangeLog.orig 2006-10-28 19:56:37.000000000 +0200 -+++ ChangeLog 2006-10-28 19:56:41.000000000 +0200 +--- ChangeLog.orig 2007-04-16 18:33:29.000000000 +0200 ++++ ChangeLog 2007-04-16 18:33:33.000000000 +0200 @@ -1,1 +1,18 @@ +2005-06-28 Bernhard R. Link <brlink@debian.org> + @@ -20,11 +20,11 @@ Index: ChangeLog + + * doc/ratpoison.1: Document the new commands and keybindings. + - 2006-10-03 Shawn Betts <sabetts@vcn.bc.ca> + 2006-12-19 Shawn Betts <sabetts@shitbender.gagrod> Index: doc/ratpoison.1 =================================================================== ---- doc/ratpoison.1.orig 2006-10-28 19:56:37.000000000 +0200 -+++ doc/ratpoison.1 2006-10-28 19:56:41.000000000 +0200 +--- doc/ratpoison.1.orig 2007-04-16 18:33:29.000000000 +0200 ++++ doc/ratpoison.1 2007-04-16 18:33:33.000000000 +0200 @@ -499,6 +499,18 @@ .cmd remove ( C\-t R ) Remove the current frame and extend some frames around to fill the remaining @@ -46,9 +46,9 @@ Index: doc/ratpoison.1 by that (i.e. move the bottom right corner by the given offsets and then Index: src/actions.c =================================================================== ---- src/actions.c.orig 2006-10-28 19:56:37.000000000 +0200 -+++ src/actions.c 2006-10-28 19:56:41.000000000 +0200 -@@ -281,6 +281,10 @@ +--- src/actions.c.orig 2007-04-16 18:33:29.000000000 +0200 ++++ src/actions.c 2007-04-16 18:33:33.000000000 +0200 +@@ -283,6 +283,10 @@ "Hook: ", arg_HOOK, "Command: ", arg_REST); add_command ("remove", cmd_remove, 0, 0, 0); @@ -59,7 +59,7 @@ Index: src/actions.c add_command ("resize", cmd_resize, 2, 0, 2, "", arg_NUMBER, "", arg_NUMBER); -@@ -742,6 +746,10 @@ +@@ -744,6 +748,10 @@ add_keybinding (XK_Down, 0, "focusdown", map); add_keybinding (XK_Q, 0, "only", map); add_keybinding (XK_R, 0, "remove", map); @@ -70,7 +70,7 @@ Index: src/actions.c add_keybinding (XK_f, 0, "fselect", map); add_keybinding (XK_f, RP_CONTROL_MASK, "fselect", map); add_keybinding (XK_F, 0, "curframe", map); -@@ -2869,6 +2877,38 @@ +@@ -2871,6 +2879,38 @@ } cmdret * @@ -111,8 +111,8 @@ Index: src/actions.c push_frame_undo (current_screen()); /* fdump to stack */ Index: src/actions.h =================================================================== ---- src/actions.h.orig 2006-10-28 19:56:37.000000000 +0200 -+++ src/actions.h 2006-10-28 19:56:41.000000000 +0200 +--- src/actions.h.orig 2007-04-16 18:33:29.000000000 +0200 ++++ src/actions.h 2007-04-16 18:33:33.000000000 +0200 @@ -165,6 +165,10 @@ RP_CMD (redisplay); RP_CMD (remhook); @@ -126,8 +126,8 @@ Index: src/actions.h RP_CMD (restart); Index: src/split.c =================================================================== ---- src/split.c.orig 2006-10-28 19:56:37.000000000 +0200 -+++ src/split.c 2006-10-28 19:56:41.000000000 +0200 +--- src/split.c.orig 2007-04-16 18:33:29.000000000 +0200 ++++ src/split.c 2007-04-16 18:33:33.000000000 +0200 @@ -703,6 +703,147 @@ return 0; } @@ -295,7 +295,7 @@ Index: src/split.c else { memcpy (cur, &tmp_frame, sizeof (rp_frame)); -@@ -1002,16 +1133,24 @@ +@@ -1025,16 +1156,24 @@ rp_screen *s = frames_screen (frame); rp_frame *cur; @@ -321,7 +321,7 @@ Index: src/split.c } rp_frame * -@@ -1020,16 +1159,24 @@ +@@ -1043,16 +1182,24 @@ rp_screen *s = frames_screen (frame); rp_frame *cur; @@ -347,7 +347,7 @@ Index: src/split.c } rp_frame * -@@ -1038,16 +1185,24 @@ +@@ -1061,16 +1208,24 @@ rp_screen *s = frames_screen (frame); rp_frame *cur; @@ -373,7 +373,7 @@ Index: src/split.c } rp_frame * -@@ -1056,16 +1211,24 @@ +@@ -1079,16 +1234,24 @@ rp_screen *s = frames_screen (frame); rp_frame *cur; @@ -401,8 +401,8 @@ Index: src/split.c rp_frame * Index: src/split.h =================================================================== ---- src/split.h.orig 2006-10-28 19:56:37.000000000 +0200 -+++ src/split.h 2006-10-28 19:56:41.000000000 +0200 +--- src/split.h.orig 2007-04-16 18:33:29.000000000 +0200 ++++ src/split.h 2007-04-16 18:33:33.000000000 +0200 @@ -33,6 +33,10 @@ void resize_frame_horizontally (rp_frame *frame, int diff); void resize_frame_vertically (rp_frame *frame, int diff); |