Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!rutgers!husc6!seismo!cmcl2!beta!a!sct From: sct@a.UUCP Newsgroups: comp.sys.cbm Subject: Re: c64 kermit Message-ID: <141@a.UUCP> Date: Fri, 20-Mar-87 10:26:36 EST Article-I.D.: a.141 Posted: Fri Mar 20 10:26:36 1987 Date-Received: Sun, 22-Mar-87 20:08:11 EST References: <315@sdics.ucsd.EDU> Organization: Los Alamos Natl Lab, Los Alamos, N.M. Lines: 17 Keywords: c64 kermit Summary: Using C64 Kermit in 80 column mode In article <315@sdics.ucsd.EDU>, lopes@sdics.ucsd.EDU (alann lopes) writes: > A few months ago I found a copy of kermit for the > c64. I've used it several times, downloading and > uploading files from UNIX, but I have a problem. > > When kermit loads up it tells us that it is in 40 > column mode. Can one assume that there is an 80 > column mode? Or are they just teasing us? > To change C64-kermit to 80 column display type the following: set screen-width 80-columns To revert back to 40 column mode type: set screen-width 40-columns The '-' is mandatory. C64-Kermit emulates a vt52 and works fairly well. I've used it with 'vi' many times.