[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-readline] Bug in input.c when linking with curses with MingW
From: |
Chet Ramey |
Subject: |
Re: [Bug-readline] Bug in input.c when linking with curses with MingW |
Date: |
Mon, 18 Jan 2016 17:34:25 -0500 |
User-agent: |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 |
On 1/18/16 4:41 PM, Åke Rehnman wrote:
> 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()
Thanks for the report. This has already been changed for the next release
of readline.
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, ITS, CWRU address@hidden http://cnswww.cns.cwru.edu/~chet/