BusyBox Bug and Patch Tracking
BusyBox
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0003704 [BusyBox] Other major always 06-13-08 00:55 06-22-08 09:21
Reporter evanl View Status public  
Assigned To BusyBox
Priority normal Resolution no change required  
Status closed   Product Version 1.4.x
Summary 0003704: more doesn't work due to /dev/tty
Description I am using busybox 1.6.1.

On some embeded system, there might be no /dev/tty. But more applet must open /dev/tty, otherwise it just does a "cat". Why don't just let more to getc() from stdin? That's will make more works everywhere.
Additional Information
Attached Files

- Relationships

- Notes
(0008174)
vda
06-13-08 03:04

Because of "cmd | more" case.

getc() from stdin will eat cmd's input, NOT your keyboard input. Imagine how it will work in this case...
 
(0008444)
vda
06-22-08 09:21

I think current behavior is ok.
 

- Issue History
Date Modified Username Field Change
06-13-08 00:55 evanl New Issue
06-13-08 00:55 evanl Status new => assigned
06-13-08 00:55 evanl Assigned To  => BusyBox
06-13-08 03:04 vda Note Added: 0008174
06-22-08 09:21 vda Status assigned => closed
06-22-08 09:21 vda Note Added: 0008444
06-22-08 09:21 vda Resolution open => no change required


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker