From 57b87a00f8027d230d845e0dbd08432d9aa1aae6 Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 11 Jan 2015 15:58:40 +0000 Subject: [DOC] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49213 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/pty/pty.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ext/pty') diff --git a/ext/pty/pty.c b/ext/pty/pty.c index 29cc689380..9260194f35 100644 --- a/ext/pty/pty.c +++ b/ext/pty/pty.c @@ -503,6 +503,14 @@ pty_close_pty(VALUE assoc) * +slave_file+:: the slave of the pty, as a File. The path to the * terminal device is available via +slave_file.path+ * + * IO#raw! is usable to disable newline conversions: + * + * require 'io/console' + * PTY.open {|m, s| + * s.raw! + * ... + * } + * */ static VALUE pty_open(VALUE klass) -- cgit v1.2.3