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:   jdc
Date:           Mon Aug 27 19:54:29 UTC 2007

Modified Files:
        src/lib/libcurses: resize.c tstp.c

Log Message:
Fix resizing bug where the values of LINES and/or COLS changed while we
were resizing windows, leading to inconsistencies between the sizes of
stdscr and curscr.

Should fix the curses part of PR lib/36702.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 src/lib/libcurses/resize.c
cvs rdiff -r1.35 -r1.36 src/lib/libcurses/tstp.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