From 36f90342a36dbcd308415e45b338ed874071577f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Mon, 5 Jan 2015 20:21:57 +0100 Subject: [PATCH] doc: updated version reference for TTY mode changes --- docs/src/tty.rst | 4 ++-- 1 file 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.