doc: updated version reference for TTY mode changes

This commit is contained in:
Saúl Ibarra Corretgé 2015-01-05 20:21:57 +01:00
parent 147993d4a5
commit 36f90342a3

View File

@ -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.