aboutsummaryrefslogtreecommitdiff
path: root/pkg/utilities/nttools/tedit/display/screen/psbeep.x
blob: 252991baabba3c69dd88bf41dff3e932e7c0d214 (plain) (blame)
1
2
3
4
5
6
7
8
9
# PS_BEEP -- Sound the bell
#
# B.Simon	19-Jan-89	Original

procedure ps_beep ()

begin
	call ps_sendcap ("bl", 1)
end