Hi, You can use the vertical split command by typing C-a |. You can resize the windows with C-a : , and then entering "resize -v -x" to reduce a window's width, "resize -v +x" to increase a window's width, "resize -h -y" to reduce a window's height, and "resize -h +y" to increase a window's height, where 'x' and 'y' are the number of characters by which you want to increase or decrease the width and height, respectively.
Thanks, Samir Unni On Thu, Jul 3, 2008 at 3:14 PM, David Douthitt <[EMAIL PROTECTED]> wrote: > I downloaded the current version from the git repository, and don't seem to > see any vertical split commands anywhere (including comm.c). > > Also, several of the patches in the patches/* directory do not patch > against the current repository; for one, the gcc4.0 patch appears to have > been incorporated. The fFtT command sequence still patches; I forget the > others. > > >