Date: Fri, 30 Oct 2009 17:28:35 +0000 (UTC) From: Rong-En Fan <rafan@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/contrib/ncurses/ncurses/base lib_getch.c Message-ID: <200910301728.n9UHSrnZ010903@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rafan 2009-10-30 17:28:35 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_8)
contrib/ncurses/ncurses/base lib_getch.c
Log:
SVN rev 198693 on 2009-10-30 17:28:35Z by rafan
MFC r198490
Pull upstream patch to fix ee(1) crash when received SIGWINCH:
modify _nc_wgetch() to check for a -1 in the fifo, e.g., after a
SIGWINCH, and discard that value, to avoid confusing application
(patch by Eygene Ryabinkin, FreeBSD bin/136223).
PR: 136223
Submitted by: Eygene Ryabinkin
Obtained from: ncurses-5.7-20091024 snapshot
Revision Changes Path
1.2.2.1 +6 -0 src/contrib/ncurses/ncurses/base/lib_getch.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910301728.n9UHSrnZ010903>
