aboutsummaryrefslogtreecommitdiff
path: root/pkg/utilities/nttools/tedit/display/screen/pssynch.x
blob: a91474c8366b6a121c0f546bdcff2d9485c1488b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# PS_SYNCH -- Bring screen up to date
#
# B.Simon	18-Jan-89	Original

procedure ps_synch ()

#--
include	"screen.com"

begin
	call flush (ttyout)
end