lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Lynx-dev] Re: LYMainLoop.c [PATCH]


From: William McBrine
Subject: [Lynx-dev] Re: LYMainLoop.c [PATCH]
Date: Fri, 1 Sep 2006 00:13:23 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Thomas Dickey <dickey <at> his.com> writes:

> Anyway, it sounds as if DK's working around a bug in PDCurses.  The 
> proper place for that fix would be in stop_curses().

On every endwin(), per the spec, PDCurses moves the cursor to the first column
of the last row. However, PDCurses doesn't operate at the stdio level, so the
interaction of stdio calls (printf) with curses calls may not be as expected
(which is why I tell people to avoid mixing them).

I can't say this isn't a bug in PDCurses, because I haven't tested it; but it
doesn't really sound like it.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]