SCRATTR BSD SCRATTR
NAME
scrattr - screen attributes
SYNOPSIS
scrattr [ -avcpxy ]
DESCRIPTION
Without any options, scrattr lists the X and Y dimensions of the display
in pixels. Screen attributes are always listed in the same order: X
coordinates, Y coordinates, number of planes, number of primary colors.
This order is independent of the order in which the options are
specified.
OPTIONS
-v(verbose)
Gives a description of each field, and the attributes on separate
lines. Without the -v option, attributes appear on the same line
separated by tabs. If any options other than -v are specified, only
that combination of attributes will be displayed, and always in the
order given above.
-a Displays all attributes.
-x Displays the X dimension of the display in pixels.
-y Displays the Y dimension of the display in pixels.
-p Displays the number of bit planes on the display.
-c Displays the number of primary colors on the display.
SEE ALSO
stty(1), tabs(1), tset(1), tty(1)