* 26 aug 85 esj v1.21 made loadlib.kermit to remove the last of the cgos work * pack dependences. (i hope) also added debug flag * 18 aug 85 esj v1.20 removed s.e.fm.error.uil references and made fewer * cgos workpack dependences. * 16 aug 85 esj/pcc v1.19 removed server commands as aliases. * added formatting around sending messages. * added formatting around receiving messages. * allow device names selected by set line to * begin with non alfa characters. * 15 aug 85 mvi/esj v1.18a sconnect and no wait io mods to prevent * sconnect keep from dropping characters * 13 aug 85 esj v1.18 added aliases for: quit,receive,connect * made connect state the actual char to be typed for leaving * connect mode. * 12 aug 85 esj v1.17 converted to cvcommand for submission to master pack * 7 aug 85 esj v1.16 added send @filename, AND first public release * 7 aug 85 dg/esj v1.15 add support for no wait io in tputch and putlin * 6 aug 85 esj v1.14 fixed the printing of dots when a packet is received to * a routine of its own. Also made it add a crlf at 80 char limit * changed messages for sending and getting files. * added "waiting seconds" to ssend when in remote mode. * 6 aug 85 esj V1.13 created *----------------------------< version-log >----------------------------- * * This file contains the version number for kermit. This must be included with * every submission. global vernum(5) set vernum = " V1.21!" * debug is a symbol to control conditional loading in the kermit make * file. if debug = 0 then debugging is off. if debug = -1 the debugging is * on equ debug = 0 .