diff options
author | John Novak <john@johnnovak.net> | 2016-11-30 21:27:26 +1000 |
---|---|---|
committer | John Novak <john@johnnovak.net> | 2016-11-30 21:29:35 +1000 |
commit | 3fcb8a3246df86be94b94fede6a5d1249ef03bf2 (patch) | |
tree | 19f132472320a47b7fea0c927ee74454104abc14 /web | |
parent | b1b2dd606ba736775868853657e331f287423dee (diff) | |
download | Nim-3fcb8a3246df86be94b94fede6a5d1249ef03bf2.tar.gz |
Add terminalHeight, terminalHeightIoctl & terminalSize
Diffstat (limited to 'web')
-rw-r--r-- | web/news/e029_version_0_16_0.rst | 3 |
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. |