Bug 20220

Summary: unable to Ctrl-C (quit) when using "more" functionality
Product: Base System Reporter: scottw <scottw>
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.0-STABLE   
Hardware: Any   
OS: Any   

Description scottw 2000-07-27 16:20:00 UTC
When using the "more" functionality, control-key sequences do not work.

How-To-Repeat: Problem 1:
   type "ls -al |more" and press Enter
   at the bottom left is reversed image "byte xxxx"
   press ESC and the letters "ESC" appear in bottom left
   press "Ctrl-C" and the bell rings
   HOW DO YOU ESCAPE ???

Problem 2:
   type "more /etc/termcap" and press Enter
   press "j" and screen scrolls down one line
   press "k" and screen scrolls up one line
   press "Ctrl-C" and the bell rings
   press "ESC" and the letters "ESC" appear in bottom left
Comment 1 setantae 2001-06-13 17:50:55 UTC
On FreeBSD 4.0, press ``q'', or ``:q'' or ``ZZ''.
On FreeBSD 4.3, you can also use ``Q'' or ``:Q''.

Check more(1).

This PR can be closed

Ceri
Comment 2 ru freebsd_committer freebsd_triage 2001-06-14 07:11:24 UTC
State Changed
From-To: open->closed

Problem not reproduceable.  Check your stty(1) settings.