Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!mcnc!ecsvax!kms From: kms@ecsvax.UUCP (Ken Steele) Newsgroups: comp.sys.amiga Subject: VT100 2.8a problem Keywords: shortcut assign xmodem Message-ID: <7126@ecsvax.UUCP> Date: 7 Jun 89 20:31:25 GMT Distribution: na Organization: UNC Educational Computing Service Lines: 38 [Tony: I tried to mail this to you but it keeps being bounced back] I have found another (minor) 2.8A problem. Try to assign a shortcut key to xmodemCRC. It gets assigned to xmodem. It appears as if something like the following is happening: switch (read_init_file()){ case ASC: assign_key_stuff(); break; case KE: assign_key_stuff(); break; case XMC: assign_key_stuff(); case XM: assign_key_stuff(); break; default: complain(); break; } The effect is like a missing break statement such that the letter to be assigned to XMC falls through and is assigned to XM. Also, would you consider changing the xmodem info window so that the title reflected whether the CRC or checksum protocol was being used. For one set of work I need to be switching back and forth between the two, and it would help to know that I was at least beginning with the correct protocol. Thanks again. --ken -- Ken Steele Dept. of Psychology kms@ecsvax.[bitnet || UUCP] Mars Hill College kms@ecsvax.uncecs.edu Mars Hill, NC 28754