NAME
	stty

SYNOPSIS
	stty [rows <num> | cols <num> | term <str> | all]

DESCRIPTION
	Set terminal size and type characteristics. If no arguments
	are given, display current size settings. If called with
	the "all" argument, include terminal type information.

EXAMPLES
	stty rows 36
	stty cols 132
	stty term vt100
	stty all

BUGS
	You can't combine the options on the command line

AUTHOR
	Peter Eriksson <pen@lysator.liu.se> (Lpd@NannyMUD)
