Path to this page:
Subject: CVS commit: pkgsrc/devel/cscope
From: Geert Hendrickx
Date: 2008-12-17 18:01:15
Message id: 20081217170115.7723D175D0@cvs.netbsd.org
Log Message:
When Vim receives a SIGWINCH when its window is resized, it passes the signal
on to cscope when it's running (whether this is correct or not is a different
discussion). The signal handler in cscope tries to ungetch() which crashes if
cscope is running in line mode (as under Vim) as opposed to under ncurses.
From Philip Paeps <philip@freebsd.org>. Bump PKGREVISION.
Files: