summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2013-06-16 16:44:39 +0100
committerLars Wirzenius <liw@liw.fi>2013-06-16 16:44:39 +0100
commit0bca9f04aff010d213fe439efd6e59ca8be0c43f (patch)
tree7573d979a521c3feb845e842bc82da503fc7eca2 /NEWS
parentec4eb0025ef0a310bd6baed1b1bee3b2f596fdf0 (diff)
downloadttystatus-0bca9f04aff010d213fe439efd6e59ca8be0c43f.tar.gz
Stop using SIGWINCH
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
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
---------------------------------