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: Sat Dec 8 18:38:11 UTC 2007
Modified Files:
src/lib/libcurses: curses_private.h get_wch.c getch.c screen.c
Log Message:
Keep pushed-back characters locally. Fixes problems where KEY_* symbols
are pushed back. Should fix the arrow keys part of PR pkg/37173.
While we are here, make getch() and get_wch() check for resize immediately,
instead of reading a key, checking for resize and then having to push-back
the just read key.
To generate a diff of this commit:
cvs rdiff -r1.40 -r1.41 src/lib/libcurses/curses_private.h
cvs rdiff -r1.4 -r1.5 src/lib/libcurses/get_wch.c
cvs rdiff -r1.49 -r1.50 src/lib/libcurses/getch.c
cvs rdiff -r1.20 -r1.21 src/lib/libcurses/screen.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