summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorJohn Novak <john@johnnovak.net>2016-11-30 21:27:26 +1000
committerJohn Novak <john@johnnovak.net>2016-11-30 21:29:35 +1000
commit3fcb8a3246df86be94b94fede6a5d1249ef03bf2 (patch)
tree19f132472320a47b7fea0c927ee74454104abc14 /web
parentb1b2dd606ba736775868853657e331f287423dee (diff)
downloadNim-3fcb8a3246df86be94b94fede6a5d1249ef03bf2.tar.gz
Add terminalHeight, terminalHeightIoctl & terminalSize
Diffstat (limited to 'web')
-rw-r--r--web/news/e029_version_0_16_0.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/news/e029_version_0_16_0.rst b/web/news/e029_version_0_16_0.rst
index d56c19e38..2a0c81b46 100644
--- a/web/news/e029_version_0_16_0.rst
+++ b/web/news/e029_version_0_16_0.rst
@@ -39,7 +39,8 @@ Library Additions
   ``deques`` provides a superset of ``queues`` API with clear naming.
   ``queues`` module is now deprecated and will be removed in the future.
 
-- Added ``hideCursor`` and ``showCursor`` to the ``terminal``
+- Added ``hideCursor``, ``showCursor``, ``terminalWidth``,
+  ``terminalWidthIoctl`` and ``terminalSize`` to the ``terminal``
   `(doc) <http://nim-lang.org/docs/terminal.html>`_ module.