Home | History | Annotate | Download | only in libcurses
History log of /src/lib/libcurses/mvwin.c
RevisionDateAuthorComments
 1.25  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.24  12-Apr-2022  blymn branches: 1.24.4;
Make the default colour pair be pair 0 which appears to match other
curses implementations.
 1.23  06-Sep-2021  rin Style fixes most for __CTRACE().
 1.22  06-Sep-2021  rin Expand __CTRACE() to __nothing #ifndef DEBUG.

Remove most of #ifdef DEBUG around __CTRACE() calls.

No binary changes, except for line numbers for assert().
 1.21  11-Jan-2017  roy Move the ripoffline logic out of screen.c and into ripoffline.c.
Store ripped off lines in the SCREEN structure so we can repaint then
when the terminal is resized.
Fix mvwin(3) so it can move windows in the ripped off area.
 1.20  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.19  20-Feb-2014  blymn branches: 1.19.8;
Correct the implementation of mvderwin, it now works as specified by
SUSv2.
 1.18  18-Oct-2013  christos fix unused warnings
 1.17  28-Sep-2012  blymn Correct behaviour of mvderwin(). It should remap a given area of the parent
window not move a derived window as it was before.
 1.16  15-Sep-2011  blymn branches: 1.16.2; 1.16.8;
- Make mvderwin work as per the SUSv2 specification and other curses
implementations.
 1.15  07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.
 1.14  08-Apr-2003  jdc Make sure that windows are not off the left or top edges of the screen.
Noticed while looking at PR 21041.
 1.13  02-Jan-2002  blymn Remove extraneous tabs from blank lines.
 1.12  08-Oct-2001  blymn Add mvderwin function.
 1.11  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.10  11-Apr-2000  blymn Made data structures opaque
 1.9  13-Apr-1999  mrg Upgrades the standard NetBSD curses library to provide some
of the SYSV curses facilities. The added features are the collapsing
of arrow and function keysequences (as defined by termcap for the
terminal) into symbolic code returns thus relieving the application of
recognising multi-character key sequences. Other features are the
capability to perform a timed wait for a key (good for when you are
not sure if there is a keypress ready or not) and the capability for
turning off the inter-key timeout when assembling multi-character
function keys.

this work was done by Julian Coleman <J.D.Coleman@newcastle.ac.uk>
and blymn@baea.com.au (Brett Lymn). i'm just integrating it. thanks
HEAPS guys!
 1.8  03-Feb-1998  perry remove obsolete register declarations
 1.7  22-Jul-1997  mikel RCSid police, fix warnings
 1.6  17-Aug-1994  cgd branches: 1.6.2;
clean up import
 1.5  09-Nov-1993  cgd repeat after me: "I hate rcs ids"
 1.4  09-Nov-1993  cgd update to new version from berkeley. doesn't compile yet, nor
does it have rcsid's. this is for diffs.
 1.3  07-Aug-1993  mycroft New version from uunet.
 1.2  01-Aug-1993  mycroft Add RCS identifiers.
 1.1  21-Mar-1993  cgd branches: 1.1.1;
Initial revision
 1.1.1.2  17-Aug-1994  cgd new libcurses, from new nvi
 1.1.1.1  21-Mar-1993  cgd initial import of 386bsd-0.1 sources
 1.6.2.2  17-Aug-1994  cgd clean up import
 1.6.2.1  17-Aug-1994  cgd file mvwin.c was added on branch netbsd-1-0 on 1994-08-17 21:52:31 +0000
 1.16.8.2  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.16.8.1  20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC
 1.16.2.2  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.16.2.1  30-Oct-2012  yamt sync with head
 1.19.8.2  20-Mar-2017  pgoyette Sync with HEAD
 1.19.8.1  07-Jan-2017  pgoyette Sync with HEAD. (Note that most of these changes are simply $NetBSD$
tag issues.)
 1.24.4.1  02-Aug-2025  perseant Sync with HEAD

RSS XML Feed