Re: [Cgdb-devel] Patch: Vertical split mode
Brought to you by:
bobbybrasko,
crouchingturbo
From: Kuang H. <ic...@gm...> - 2009-01-20 10:55:12
|
On Mon, Jan 19, 2009 at 11:37 PM, David Whetstone <dwh...@gm...> wrote: > I've added a patch to the patch tracker that allows a vertical split > in addition to the current horizontal split. Great for wide-screen > monitors. > > https://sourceforge.net/tracker2/?func=detail&aid=2517429&group_id=72581&atid=534976 Hi David, I've tested your patch with the feature I've longed for, and I loved it! Thanks for your efforts! Wide screen monitors are very common nowadays, and vertically split windows make very efficient use of screen spaces. A small bug I've found: when in vertical split mode, '_'/'+' decreases/increaes the width of the window by 25% of the height rather than 25% of the width. As a related note, I think that 25% of the width might be too large a decrement/increment when one has a very wide terminal window. For example, the size of my full-screen terminal window is 76 lines by 237 columns, so 1/4 of the width is almost 60 columns -- too large when it comes to adjusting the width of the window using '_'/'+'. I suppose this problem might be solved by setting the interval to a small value (e.g. 1/6 or 1/8 of the width/height) when the width/height exceeds a certain value (e.g. 120). Best regards, -- Kuang He |