Changes between Initial Version and Version 3 of Ticket #3148


Ignore:
Timestamp:
Nov 16, 2008, 12:48:36 PM (15 years ago)
Author:
korli
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3148 – Description

    initial v3  
    1313After 3 seconds, type an 'x'. After a few more seconds, type
    1414'y', 'z' and 'Return'. The output should be something like this;
    15 
     15{{{
    1616Applying select() from standard input. Press Ctrl-C to abort.
    1717......x........y...z..
     
    2121Input available! Trying to read 1 byte...
    2222.......
    23 
     23}}}
    2424The actual output is like this:
    25 
     25{{{
    2626Applying select() from standard input. Press Ctrl-C to abort.
    2727......x.Input available! Trying to read 1 byte...
     
    3030Input available! Trying to read 1 byte...
    3131Input available! Trying to read 1 byte...
    32 
     32}}}
    3333This means, select() pretends that the stdin descriptor is ready
    3434for reading as soon as the user types the first character in the