From: Jarkko.Sonninen@lut.fi (Jarkko Sonninen) Subject: Re: C= 64 emulator project Date: Sat, 17 Apr 1993 18:34:19 GMT
In article <1993Apr16.230232.10343@sfu.ca> rchen@fraser.sfu.ca (Robert Chen) writes:
> It compiles nearly out of the box and works well. I have had one
> annoying problem. When using the monitor, I have to type ^M^J to
> get a newline (ie, to enter each command). "Enter" just gives me "^M"
> written on the screen. If anyone has a fix for this I would be
> interested in hearing from you.
Ouch. there are bugs in command line editor. The following patch for
ed.c should fix it (allthought I haven't tested it yet on linux)
194a195
> e_bind_key("\n", "end-of-line");
201,202c202,203
< e_bind_key("\012", "redraw-line");
< e_bind_key("\011", "kill-to-end");