summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-10-15 18:29:16 +0300
committerLars Wirzenius <liw@liw.fi>2015-10-15 18:30:25 +0300
commitf9de5bcc0cd0df360d7ff7e13ce284a89fde02a9 (patch)
treeb7b4f3fe13d0ba5f7affc484350f0d85865277c3 /NEWS
parent9fd6ba3d79e2e3f5a1a022cf334528deeb43f793 (diff)
downloadttystatus-f9de5bcc0cd0df360d7ff7e13ce284a89fde02a9.tar.gz
Add terminal size query to public interface
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4f025c0..3365fab 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,9 @@ Version 0.30, released UNRELEASED
TABs) in widget values. This avoids TABs making values longer than
expected, and terminals getting confused by control sequences.
+* New method `ttystatus.TerminalStatus.get_terminal_size` returns
+ terminal width and height.
+
Version 0.29, released 2015-10-10
---------------------------------