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

int procedure ps_height ()

#--
include	"screen.com"

begin
	return (lines)
end