aboutsummaryrefslogtreecommitdiff
path: root/pkg/utilities/nttools/tedit/display/forms/fmend.x
blob: 353ebfe0c09d40e6ac4c9e1b8c46e6c4d71bedfd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# FM_END -- Terminate form handler
#
# B.Simon	25-Jan-89	Original
# B.Simon	11-Oct-90	Rewritten to use curses

procedure fm_end ()

#--

begin
	call endwin
end