summary refs log tree commit diff stats
path: root/changelog.md
diff options
context:
space:
mode:
authorJohn Novak <john.novak@otherlevels.com>2018-07-17 19:35:26 +1000
committerAndreas Rumpf <rumpf_a@web.de>2018-07-17 11:35:26 +0200
commit692d1da95d82adc30e0ba650124330f1a098a697 (patch)
tree8e79f4a8e272ca5efa1122e8c6e4142660122a5c /changelog.md
parentf8723cd1e36ec939cc8e0e5bd4f181ff9ec5e99a (diff)
downloadNim-692d1da95d82adc30e0ba650124330f1a098a697.tar.gz
Fix setCursorPos and setCursorXPos on POSIX (#8310)
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index 681b4b0a4..43b351ef1 100644
--- a/changelog.md
+++ b/changelog.md
@@ -54,6 +54,11 @@
 - The procs ``parseHexInt`` and ``parseOctInt`` now fail on empty strings
     and strings containing only valid prefixes, e.g. "0x" for hex integers.
 
+- ``terminal.setCursorPos`` and ``terminal.setCursorXPos`` now work correctly
+  with 0-based coordinates on POSIX (previously, you needed to use
+  1-based coordinates on POSIX for correct behaviour; the Windows behaviour
+  was always correct).
+
 
 #### Breaking changes in the compiler