Newsgroups: comp.mail.mush Path: utzoo!utgpu!watserv1!watmath!att!att!cbnewsu!mark From: mark@cbnewsu.att.com (Mark Horton) Subject: Re: mush bugs Organization: AT&T Bell Laboratories Date: Wed, 17 Oct 90 16:15:13 GMT Message-ID: <1990Oct17.161513.24723@cbnewsu.att.com> References: <1990Oct2.170734.17606@cbnewsu.att.com> <12573@ogicse.ogi.edu> <12635@ogicse.ogi.edu> Lines: 40 > If you're still having problems after trying Dan's examples, send me the > alternates line from your .mushrc. Using the bang notation made it work, thanks. > > 555 while ((c = getchar()) >= 0 && c != CTRL('D') && !isspace(c) && > 556 c != '\n' && c != '\r' && lower(c) != 'q' && lower(c) != 'd') > 557 bell(); > > Change line 557 to: > > if (iscurses) { > m_ungetc(c); > c = 'q'; > } else > bell(); > > and let me know how that works. It still beeps - no visible change. > } (I wish space went on to the next message ala > } n, and or or something put you back in the top level menu.) > > bind ' ' display-next > unbind '\n' > unbind '\E' Thanks! Note that the latter two produce an error message. > } An icon for the compose window would be a big improvement. > > As Don Lewis mentioned, it probably isn't possible, because the compose > window is not its own process -- its just a child window in its own frame. It seems to be possible in the Open Look mailtool. I realize this may not apply to Sunview, however. Mark