Home | History | Annotate | Download | only in libcurses
History log of /src/lib/libcurses/getyx.c
RevisionDateAuthorComments
 1.8  23-Dec-2024  blymn Sprinkle about some cycle wasting checks for the win pointer being
null. Unfortunately, ncurses does this and there is some sloppy code
out there that relies on the check resulting in segfaults in
NetBSD curses which then, of course, gets blamed for the error.
 1.7  08-Apr-2022  andvar branches: 1.7.4;
s/postion/position/
 1.6  06-Jan-2017  roy KNF.
Normalise coding style.
White space police.
Sprinkle some extra braces to make the flow more clear.

No functional changes.
 1.5  28-Apr-2008  martin branches: 1.5.44;
Remove clause 3 and 4 from TNF licenses
 1.4  14-Oct-2001  blymn branches: 1.4.34;
Added 2 new functions and a macro:
- getparx
- getpary
- getparyx (macro)
Also minor tweak to the man page to correct grammar on a couple of items.
 1.3  24-Apr-2000  blymn * Added rcs id line to files missing it.
* Added code to __restartwin to restore meta and cursor visibility states
* Added code to __stopwin to disable meta.
* Added the *line group of functions for drawing character lines.
 1.2  15-Apr-2000  blymn Added functions to replace what were previously macros in curses.h
(this is a requirement of SUSv2) - the old macro behaviour can be
restored by defining _CURSES_USE_MACROS.
Changed function prototypes to use ANSI style.
All externally visible functions now have ANSI style declarations.
 1.1  12-Apr-2000  jdc get...y() and get...x() routines.
 1.4.34.1  18-May-2008  yamt sync with head.
 1.5.44.1  07-Jan-2017  pgoyette Sync with HEAD. (Note that most of these changes are simply $NetBSD$
tag issues.)
 1.7.4.1  02-Aug-2025  perseant Sync with HEAD

RSS XML Feed