grow-window-horizontally - Enlarge current window horizontally (relative)
shrink-window-horizontally - Shrink current window horizontally (relative)
resize-window-horizontally - Resize current window horizontally (absolute)
n grow-window-horizontally
n shrink-window-horizontally
n resize-window-horizontally
grow-window-horizontally enlarges the current window by n number of columns (1 by default). If n is negative then the window is shrunk.
shrink-window-horizontally shrinks the current window by n number of columns (1 by default). If n is negative then the window is enlarged.
resize-window-horizontally change the size of the current window to n columns, if possible. i.e. resize window is not a relative displacement.
Growth is performed by consuming space from the next horizontal window to the right of the current window, except when the window is on the right-hand edge of the screen when space is consumed from the left.
Refer to mouse.ehf for an example of window growth using the mouse to manipulate the size of the windows.
$mouse-pos(5), $scroll-bar(5), $window-chars(5), grow-window-vertically(2), resize-all-windows(2), split-window-horizontally(2).
(c) Copyright JASSPA 1999
Last Modified: 1998/07/06
Generated On: 1999/12/01