updated by Thomas E. Dickey for XFree86, 1998-2006.
$XFree86: xc/programs/xterm/resize.man,v 1.12 2006/02/13 01:14:59 dickey Exp $
Escape single quotes in literal strings from groff's Unicode transform.
% alias rs \*(AQset noglob; eval \`resize\`\*(AQAfter resizing the window, the user would type:
% rsUsers of versions of the Bourne shell (usually known as /bin/sh) that don't have command functions will need to send the output to a temporary file and then read it back in with the \*(``.\*('' command:
$ resize > /tmp/out $ .\0/tmp/out
8 -u This option indicates that Bourne shell commands should be generated even if the user's current shell isn't /bin/sh.
8 -c This option indicates that C shell commands should be generated even if the user's current shell isn't /bin/csh.
8 -s [rows columns] This option indicates that Sun console escape sequences will be used instead of the VT100-style xterm escape codes. If rows and columns are given, resize will ask the xterm to resize itself. However, the window manager may choose to disallow the change. Note that the Sun console escape sequences are recognized by XFree86 xterm and by dtterm. The resize program may be installed as sunsize, which causes makes it assume the -s option. The rows and columns arguments must appear last; though they are normally associated with the -s option, they are parsed separately.
15 /etc/termcap for the base termcap entry to modify.
15 ~/.cshrc user's alias for the command.
Copyright (c) 1984, 1985 by X Consortium
See X (__miscmansuffix__) for a complete copyright notice.