Up to [cvs.NetBSD.org] / src / lib / libcurses
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: matt-armv6-base
Revision 1.41 / (download) - annotate - [select for diffs], Sat Dec 8 18:38:11 2007 UTC (10 years, 4 months ago) by jdc
Branch: MAIN
CVS Tags: matt-armv6-nbase,
matt-armv6-base,
keiichi-mipv6-base,
keiichi-mipv6,
hpcarm-cleanup-base,
cube-autoconf-base,
cube-autoconf
Changes since 1.40: +4 -1
lines
Diff to previous 1.40 (colored)
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.