diff options
author | Saúl Ibarra Corretgé <saghul@gmail.com> | 2015-01-05 20:21:57 +0100 |
---|---|---|
committer | Saúl Ibarra Corretgé <saghul@gmail.com> | 2015-01-05 20:21:57 +0100 |
commit | 36f90342a36dbcd308415e45b338ed874071577f (patch) | |
tree | a1437a061b1f2b8c2760b3ec9b5830ebddffe670 /docs/src | |
parent | 147993d4a58b2c4a079ff750032ff96004942407 (diff) | |
download | libuv-36f90342a36dbcd308415e45b338ed874071577f.tar.gz libuv-36f90342a36dbcd308415e45b338ed874071577f.zip |
doc: updated version reference for TTY mode changes
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/tty.rst | 4 |
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. |