aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-07-06 12:47:18 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-07-06 12:47:18 +0000
commit80b9fb5a7b9b96589d3b096e42af2796b07b560d (patch)
tree883a7b2e41aed0069a77ddb387dbadb9e931ca08 /ChangeLog
parent1be8c17f0b843d569f463430c8513d38dbccd194 (diff)
downloadruby-80b9fb5a7b9b96589d3b096e42af2796b07b560d.tar.gz
* io/console/console.c (winsize_row): should return actual screen
size, not buffer size. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28556 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bb5aa23f0a..19941b8869 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Jul 6 21:45:34 2010 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * io/console/console.c (winsize_row): should return actual screen
+ size, not buffer size.
+
Tue Jul 6 08:35:58 2010 Aaron Patterson <aaron@tenderlovemaking.com>
* ext/dl/lib/dl/import.rb (handler): add a more helpful error message