ratpoison-devel
[Top][All Lists]
Advanced

[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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]