From 0bca9f04aff010d213fe439efd6e59ca8be0c43f Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 16 Jun 2013 16:44:39 +0100 Subject: Stop using SIGWINCH --- NEWS | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 7a635df..9c6559a 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,14 @@ NEWS file for ttystatus ======================= +Version 0.23, released UNRELEASED +--------------------------------- + +* No longer use the SIGWINCH handler, since that causes problems when + applications do certain kinds of I/O and the signal interrupts it. + Libraries shouldn't install signal handlers like this. Instead, + query the terminal width whenever making updates. + Version 0.22, released 2013-03-12 --------------------------------- -- cgit v1.2.1