diff options
author | Saúl Ibarra Corretgé <saghul@gmail.com> | 2014-12-27 19:02:07 +0100 |
---|---|---|
committer | Saúl Ibarra Corretgé <saghul@gmail.com> | 2014-12-27 19:04:59 +0100 |
commit | c71e7b753c243c8e23b2f7ed3f9eef131224c7c0 (patch) | |
tree | aeb042ab04f77d718c0a2ff7e43e96c4d18c862f /docs/src | |
parent | a9e95a33bc723dc42daea2fcde6dde1d4cc5efad (diff) | |
download | libuv-c71e7b753c243c8e23b2f7ed3f9eef131224c7c0.tar.gz libuv-c71e7b753c243c8e23b2f7ed3f9eef131224c7c0.zip |
doc: indicate the version where uv_tty_set_mode was changed
PR-URL: https://github.com/libuv/libuv/pull/89
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/tty.rst | 5 |
1 files changed, 5 insertions, 0 deletions
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) |