aboutsummaryrefslogtreecommitdiff
path: root/pkg/utilities/nttools/tedit/display/screen/pswidth.x
blob: d06a190ce1b561709750f819f7954224fc794165 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# PS_WIDTH -- Get width of physical screen
#
# B.Simon	18-Jan-89	Original

int procedure ps_width ()

#--
include	"screen.com"

begin
	return (cols)
end