git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28012 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2010-05-25 14:26:04 +00:00
Родитель c3f2d17abe
Коммит 415be47593
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -251,6 +251,8 @@ console_raw(VALUE io)
* io.raw!
*
* Enables raw mode.
*
* If the terminal mode needs to be back, use io.raw { ... }.
*/
static VALUE
console_set_raw(VALUE io)