version : readline-6.2
OS: Windows (MingW)
Configuration : --with-curses

Description: When building library with curses option with MingW getch() in curses library is called instead of CRT version of getch(). Curses getch() is non blocking versus CRT getch() is blocking.

Fix: Change getch() to _getch()



_______________________________________________
Bug-readline mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-readline

Reply via email to