=== vt220keys.shar ========================= 7-Nov-85 16:35:20-MST,16069;000000000001 Return-Path: Received: from BRL-TGR.ARPA by SIMTEL20.ARPA with TCP; Thu 7 Nov 85 16:34:50-MST Received: from usenet by TGR.BRL.ARPA id a010999; 7 Nov 85 16:49 EST From: "Kenneth J. Lester" Newsgroups: net.sources Subject: VT220 function keys Message-ID: <349@ektools.UUCP> Date: 6 Nov 85 20:38:28 GMT To: unix-sources@BRL-TGR.ARPA What follows is a program which loads the function keys of a VT220 terminal with user defined strings. It has been tested in 4.2bsd, but I don't guarantee, warrant, and etc. the functionality or fitness of the code. It was recently submitted to the net by : Barry Shein, Boston University root%bostonu.csnet@CSNET-RELAY.ARPA (BostonU SysMgr) I have made "improvements" and the source is different enough to repost the entire code, rather than the diffs. "IMPROVEMENTS" :-) 1) the program can read an initialization file 2) the program will set the VT220 in the VT200 mode 3) the program uses getopt (not include) I also wrote a man page, and makefile, which I've included. Lastly the program name has been changed to vt220 rather than key220. Sorry, Barry ... I found vt220 easier to remember (it stares at me daily!) I've found the program very useful, and wish to thank Barry for posting the original version. Ken Lester {seismo, allegra}!rochester!kodak!ektools!ken ------------------------- CUT HERE -------------------------------- # This is a shell archive. Remove anything before this line, then # unpack it by saving it in a file and typing "sh file". (Files # unpacked will be owned by you and have default permissions.) # # This archive contains: # vt220.1 Makefile vt220.c