[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RP] [PATCH] frame split enhancement
From: |
Shawn Betts |
Subject: |
Re: [RP] [PATCH] frame split enhancement |
Date: |
Fri Oct 18 02:07:11 2002 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 |
Dan Aloni <address@hidden> writes:
> This patch allows ratpoison to achieve even greater coolness
> by letting the user optionally specify exactly how to split
> the frame, in this manner:
>
> split - split 1 / 1, like always
> split [x] [y] - split the frame, to a ratio of x / y.
> split 0 [x] - split the frame, setting the size of the
> new part to x pixels
> split [x] 0 - split the frame, setting the size of the
> old part to x pixels
>
> (this works for vsplit, hsplit, and split).
Hi Dan,
I've taken your patch, modified it entirely :), and applied it. Let me
know if you guys find any bugs (of course). The syntax has changed:
split - split in half
split x/y - split the frame, to a ratio of x / y.
split x - split the frame, setting the size of the
old part to x pixels
split -x - split the frame, setting the size of the
new part to x pixels
Shawn
- [RP] [PATCH] frame split enhancement, Dan Aloni, 2002/10/15
- Re: [RP] [PATCH] frame split enhancement, Gergely Nagy, 2002/10/16
- [RP] Re: [PATCH] frame split enhancement, Henrik Enberg, 2002/10/16
- Re: [RP] [PATCH] frame split enhancement,
Shawn Betts <=
- Re: [RP] [PATCH] frame split enhancement, Jay Belanger, 2002/10/18
- Re: [RP] [PATCH] frame split enhancement, Jay Belanger, 2002/10/20
- Re: [RP] [PATCH] frame split enhancement, Jay Belanger, 2002/10/20
- Re: [RP] [PATCH] frame split enhancement, Ryan Yeske, 2002/10/22
- Re: [RP] [PATCH] frame split enhancement, Jay Belanger, 2002/10/22
- Re: [RP] [PATCH] frame split enhancement, Shawn Betts, 2002/10/27
- Re: [RP] [PATCH] frame split enhancement, Jay Belanger, 2002/10/28