Date: Wed, 29 Dec 1999 10:21:03 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: aldomel AT ix DOT netcom DOT com cc: djgpp AT delorie DOT com Subject: Re: ungetch in libc and libncurses In-Reply-To: <199912281923.OAA00493@me.x> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 28 Dec 1999 aldomel AT ix DOT netcom DOT com wrote: > The problem is ungetch is defined in both libc.a (as part of conio) > and libncurses.a You should never use curses and conio functions together. They implement two different ways of writing to the console device, and most probably will conflict in many ways. Use one or the other, but not both.