[前][次][番号順一覧][スレッド一覧]

ruby-changes:16063

From: akr <ko1@a...>
Date: Tue, 25 May 2010 23:26:10 +0900 (JST)
Subject: [ruby-changes:16063] Ruby:r28012 (trunk): update doc.

akr	2010-05-25 23:26:04 +0900 (Tue, 25 May 2010)

  New Revision: 28012

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=28012

  Log:
    update doc.

  Modified files:
    trunk/ext/io/console/console.c

Index: ext/io/console/console.c
===================================================================
--- ext/io/console/console.c	(revision 28011)
+++ ext/io/console/console.c	(revision 28012)
@@ -251,6 +251,8 @@
  *   io.raw!
  *
  * Enables raw mode.
+ *
+ * If the terminal mode needs to be back, use io.raw { ... }.
  */
 static VALUE
 console_set_raw(VALUE io)

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]