aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-09 15:54:17 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-09 15:54:17 +0000
commitb44618d5e5f531beacd42d4222560981667be572 (patch)
tree186c54735b10681ee85bf1dfec8abbf7b67db66c /NEWS
parent08bf7189f873e74e973eff7cee6540b974720a31 (diff)
downloadruby-b44618d5e5f531beacd42d4222560981667be572.tar.gz
* ext/io/console/console.c (console_set_raw): new method.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27706 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 53e78e9a09..a96ba820e0 100644
--- a/NEWS
+++ b/NEWS
@@ -413,7 +413,9 @@ with all sufficient information, see the ChangeLog file.
* io/console
* new methods:
* IO#noecho {|io| }
+ * IO#echo=
* IO#raw {|io| }
+ * IO#raw!
* IO#getch
* IO#winsize
* IO.console