Changes between Version 2 and Version 3 of Ticket #2244, comment 69


Ignore:
Timestamp:
12/25/15 18:02:54 (8 years ago)
Author:
and
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2244, comment 69

    v2 v3  
    1111So stdin EOF may never signaled by ncurses getch() in no-delay mode (I have no test case for checking ncurses getch() in no-delay mode if returning ERR _and_ an errno state) 
    1212 
    13 patch will handled ncurces getch() error in delay mode which solve looping on exit. 
     13patch will handled ncurces getch() error in delay mode which solve looping on stdin EOF.