X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: RayeR Newsgroups: comp.os.msdos.djgpp Subject: Re: djgpp/libreadline bug? (cannot use backspace) Date: Sun, 7 Mar 2010 13:57:24 -0800 (PST) Organization: http://groups.google.com Lines: 14 Message-ID: References: <013d25d6-f34d-4686-9c68-0de775d5bf59 AT t20g2000yqe DOT googlegroups DOT com> <483594ac-251d-4b57-b753-34701cd941fc AT 19g2000yqu DOT googlegroups DOT com> NNTP-Posting-Host: 213.220.252.124 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1267999044 26643 127.0.0.1 (7 Mar 2010 21:57:24 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Sun, 7 Mar 2010 21:57:24 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: z35g2000yqd.googlegroups.com; posting-host=213.220.252.124; posting-account=Q0wMHAoAAADjYrghh94FTf6YnbpTqZgp User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8.1.23) Gecko/20090825 SeaMonkey/1.1.18,gzip(gfe),gzip(gfe) Bytes: 2023 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > This sounds like a PDcurses issue that I've also noticed with the DOS > version (e.g. ZILE). Can your app use NCurses instead? Try Blair's > DJGPP port: > > http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/devel/libs/nc... I don't need any curses but libreadline requires it. When I compiled without -lpdcurses linker displays some errors that cannot find some terminal function which was probably needed by readline functions. I'm not sure if I can compile it with different curses than readline expect but I'll try... BTW is there some more lightweight readline library? I need only history with edit and maybe command completion. Big readline enlarge exe size about 50-100k after upxing... I heard about similar lib for freebsd but never tried.