check_ttp_attrs.txt March 27, 1996 This program generates all combinations of display attributes and can be used to ensure that the attribute definitions in a terminal type file are correct. BUILD INSTRUCTIONS There are two files: check_ttp_attrs.pl1 check_ttp_attrs_f1.form First compile the form. You will get two include files and an object module: check_ttp_attrs_f1.obj check_ttp_attrs_f1.incl.pl1 check_ttp_attrs_f1_ids.incl.pl1 Then compile the pl1 program. There is no bindfile. Simply bind check_ttp_attrs.obj and check_ttp_attrs_f1.obj. (end)