Changes between Initial Version and Version 3 of Ticket #3148
- Timestamp:
- Nov 16, 2008, 12:48:36 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3148 – Description
initial v3 13 13 After 3 seconds, type an 'x'. After a few more seconds, type 14 14 'y', 'z' and 'Return'. The output should be something like this; 15 15 {{{ 16 16 Applying select() from standard input. Press Ctrl-C to abort. 17 17 ......x........y...z.. … … 21 21 Input available! Trying to read 1 byte... 22 22 ....... 23 23 }}} 24 24 The actual output is like this: 25 25 {{{ 26 26 Applying select() from standard input. Press Ctrl-C to abort. 27 27 ......x.Input available! Trying to read 1 byte... … … 30 30 Input available! Trying to read 1 byte... 31 31 Input available! Trying to read 1 byte... 32 32 }}} 33 33 This means, select() pretends that the stdin descriptor is ready 34 34 for reading as soon as the user types the first character in the