aboutsummaryrefslogtreecommitdiff
path: root/docs/src
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src')
-rw-r--r--docs/src/tty.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/src/tty.rst b/docs/src/tty.rst
index 3bf8a60e..74b48594 100644
--- a/docs/src/tty.rst
+++ b/docs/src/tty.rst
@@ -18,7 +18,7 @@ Data types
.. c:type:: uv_tty_mode_t
- .. versionadded:: 1.1.1
+ .. versionadded:: 1.2.0
TTY mode type:
@@ -63,7 +63,7 @@ API
.. c:function:: int uv_tty_set_mode(uv_tty_t*, uv_tty_mode_t mode)
- .. versionchanged:: 1.1.1: the mode is specified as a :c:type:`uv_tty_mode_t`
+ .. versionchanged:: 1.2.0: the mode is specified as a :c:type:`uv_tty_mode_t`
value.
Set the TTY using the specified terminal mode.