bug-ncurses
[Top][All Lists]
Advanced

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

Re: How often does the win_st->_flags get updated with _WRAPPED?


From: Thomas Dickey
Subject: Re: How often does the win_st->_flags get updated with _WRAPPED?
Date: Thu, 29 Mar 2007 17:21:05 -0400 (EDT)

On Thu, 29 Mar 2007, Bryan Christ wrote:

Does the window have to be refreshed before this flag gets updated? Also when does it get cleared?

It's set in ncurses/base/lib_addch.c (in two places) as a side-effect
of adding a character at the right-side of the window.  It's cleared
in several places (when the cursor _really_ gets off the right-side,
or as part of the various clearing operations).

--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net




reply via email to

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