From c71e7b753c243c8e23b2f7ed3f9eef131224c7c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Sat, 27 Dec 2014 19:02:07 +0100 Subject: [PATCH] doc: indicate the version where uv_tty_set_mode was changed PR-URL: https://github.com/libuv/libuv/pull/89 Reviewed-By: Ben Noordhuis --- docs/src/tty.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/src/tty.rst b/docs/src/tty.rst index 8dceb293..3bf8a60e 100644 --- a/docs/src/tty.rst +++ b/docs/src/tty.rst @@ -18,6 +18,8 @@ Data types .. c:type:: uv_tty_mode_t + .. versionadded:: 1.1.1 + TTY mode type: :: @@ -61,6 +63,9 @@ 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` + value. + Set the TTY using the specified terminal mode. .. c:function:: int uv_tty_reset_mode(void)