summary refs log tree commit diff stats
path: root/web/news
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2016-11-28 13:32:42 +0100
committerGitHub <noreply@github.com>2016-11-28 13:32:42 +0100
commit6a83306b5fdc7c90ae98a2142d5600ca0ada4a25 (patch)
treeb8ceb5c70f5aa897cc933136548bce07d5ccf7bd /web/news
parente5ef32dab3ad22d6fba5e4b558b178350ed2794e (diff)
parent8378a752678fccecfffaeb94dc6d086e540c50d8 (diff)
downloadNim-6a83306b5fdc7c90ae98a2142d5600ca0ada4a25.tar.gz
Merge pull request #5060 from johnnovak/terminal-showhide-cursor
Add hideCursor & showCursor
Diffstat (limited to 'web/news')
-rw-r--r--web/news/e029_version_0_16_0.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/news/e029_version_0_16_0.rst b/web/news/e029_version_0_16_0.rst
index a6c8aa20f..d56c19e38 100644
--- a/web/news/e029_version_0_16_0.rst
+++ b/web/news/e029_version_0_16_0.rst
@@ -39,6 +39,10 @@ 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``
+  `(doc) <http://nim-lang.org/docs/terminal.html>`_ module.
+
+
 Tool Additions
 --------------