bug-ncurses
[Top][All Lists]
Advanced

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

_maxy AND _maxx


From: Bryan Christ
Subject: _maxy AND _maxx
Date: Wed, 22 Feb 2006 11:28:53 -0600
User-agent: Mozilla Thunderbird 1.0.7 (X11/20051013)

According to the ncurses.h documentation of struct _win_st, _maxx and _maxy are not the size of the window. However, in all my experiments, these coordinates do correlate to the window size. Can someone explain how there would ever be a case were _maxx does not represent window width or _maxy does not represent window height?

~~ fron ncurses.h ~~

NCURSES_SIZE_T _maxy, _maxx; /* maximums of x and y, NOT window size */




reply via email to

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