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 Mar 22 18:57:10 UTC 2004

Modified Files:
        src/lib/libcurses: curses_input.3 curses_screen.3 getch.c screen.c
            tstp.c

Log Message:
Add KEY_RESIZE support and a SIGWINCH handler.
Fixes PR bin/20032.
This requires a change to KEY_MAX, which affects libform and libmenu, so we
need to change libcurses major number.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 src/lib/libcurses/curses_input.3
cvs rdiff -r1.10 -r1.11 src/lib/libcurses/curses_screen.3
cvs rdiff -r1.43 -r1.44 src/lib/libcurses/getch.c
cvs rdiff -r1.15 -r1.16 src/lib/libcurses/screen.c
cvs rdiff -r1.30 -r1.31 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