pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/27777 CVS commit: [netbsd-4] src/lib/libcurses



The following reply was made to PR pkg/27777; it has been noted by GNATS.

From: Matthias Scheler <tron%netbsd.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: PR/27777 CVS commit: [netbsd-4] src/lib/libcurses
Date: Mon, 28 Aug 2006 15:07:32 +0000 (UTC)

 Module Name:   src
 Committed By:  tron
 Date:          Mon Aug 28 15:07:32 UTC 2006
 
 Modified Files:
        src/lib/libcurses [netbsd-4]: tstp.c
 
 Log Message:
 Pull up following revision(s) (requested by jdc in ticket #76):
        lib/libcurses/tstp.c: revision 1.34
 Handle cases where the application installs a SIGWINCH handler after the
 curses one is installed by:
 1.  not reinstalling the curses one after restarting
 2.  not sending KEY_RESIZE
 Also, update the size of curscr, stdscr and __virtscr to match the new
 screen size, so that their sizes are always updated.
 Fixes the cases where applications call endwin() and then refresh() in
 their SIGWINCH handler (i.e. the resizing problems in PR pkg/27777).
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.32.12.1 -r1.32.12.2 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