Changes between Version 1 and Version 2 of Ticket #2244, comment 69
- Timestamp:
- 12/25/15 17:51:05 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2244, comment 69
v1 v2 9 9 10 10 ncurses 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 test case for testing ncurses in nodelay mode if getch()returning ERR _and_ an errno state)11 So 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) 12 12 13 13 patch will handled ncurces getch() error in delay mode which solve looping on exit.