diff options
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) |