Source-Changes archive

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

CVS commit: src/lib/libcurses



Module Name:    src
Committed By:   dsl
Date:           Thu Jun 26 17:17:11 UTC 2003

Modified Files:
        src/lib/libcurses: curses_private.h refresh.c resize.c

Log Message:
Stop refresh(subwin) doing refresh on the other subwin's created before it.
(If nothing else the cursor would get left in the wrong place).
Fix some if (!flags & MASK) checks.


To generate a diff of this commit:
cvs rdiff -r1.30 -r1.31 src/lib/libcurses/curses_private.h
cvs rdiff -r1.54 -r1.55 src/lib/libcurses/refresh.c
cvs rdiff -r1.7 -r1.8 src/lib/libcurses/resize.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index