diff options
author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-03-03 14:42:15 +0000 |
---|---|---|
committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-03-03 14:42:15 +0000 |
commit | d1d5264c6c89e6d7573e715a7a6c2cf4cae2e5f9 () | |
tree | c6f76e969494530d14d9df764045591e4fb99f69 /tool/redmine-backporter.rb | |
parent | f73aefc6278962cb6ae682113b64e31d22e7d16a (diff) |
* tool/redmine-backporter.rb (Readline.readline): drop untreated control
characters. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49829 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rwxr-xr-x | tool/redmine-backporter.rb | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -239,8 +239,10 @@ class << Readline print cls print line else - print c - line << c end end end |