Path: utzoo!attcan!uunet!wuarchive!uwm.edu!ogicse!schaefer From: schaefer@ogicse.ogi.edu (Barton E. Schaefer) Newsgroups: comp.mail.mush Subject: Re: mush bugs Message-ID: <13177@ogicse.ogi.edu> Date: 22 Oct 90 01:29:40 GMT References: <1990Oct2.170734.17606@cbnewsu.att.com> <12573@ogicse.ogi.edu> <12635@ogicse.ogi.edu> <1990Oct17.161513.24723@cbnewsu.att.com> Organization: Oregon Graduate Institute (formerly OGC), Beaverton, OR Lines: 30 In article <1990Oct17.161513.24723@cbnewsu.att.com> mark@cbnewsu.att.com (Mark Horton) writes: } > if (iscurses) { } > m_ungetc(c); } > c = 'q'; } > } else } > bell(); } > } > and let me know how that works. } } It still beeps - no visible change. Yeah, I forgot that iscurses is set to false before the pager is invoked, then restored afterwards. We went round on this for quite a while, and decided that there's no good way to make it work without changing a good bit of the curses interface as well. Apologies. } > } (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. In that case you can omit them. The point is that any unbound key (plus any key bound to "quit") will return to the top level from the ...continue... prompt. -- Bart Schaefer schaefer@cse.ogi.edu