diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2016-11-28 13:32:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-28 13:32:42 +0100 |
commit | 6a83306b5fdc7c90ae98a2142d5600ca0ada4a25 (patch) | |
tree | b8ceb5c70f5aa897cc933136548bce07d5ccf7bd /web | |
parent | e5ef32dab3ad22d6fba5e4b558b178350ed2794e (diff) | |
parent | 8378a752678fccecfffaeb94dc6d086e540c50d8 (diff) | |
download | Nim-6a83306b5fdc7c90ae98a2142d5600ca0ada4a25.tar.gz |
Merge pull request #5060 from johnnovak/terminal-showhide-cursor
Add hideCursor & showCursor
Diffstat (limited to 'web')
-rw-r--r-- | web/news/e029_version_0_16_0.rst | 4 |
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 -------------- |