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


Ignore:
Timestamp:
12/25/15 17:51:05 (9 years ago)
Author:
and
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2244, comment 69

    v1 v2  
    99 
    1010ncurses getch() can return ERR which is an error on delay mode, but not strictly on no-delay mode.  
    11 So stdin EOF may never signaled by ncurses getch() in no-delay mode (I have no testcase for testing ncurses in nodelay mode if getch() returning ERR _and_ an errno state) 
     11So 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 
    1313patch will handled ncurces getch() error in delay mode which solve looping on exit.