aboutsummaryrefslogtreecommitdiffstats
path: root/tool
diff options
context:
space:
mode:
Diffstat (limited to 'tool')
-rwxr-xr-xtool/redmine-backporter.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/tool/redmine-backporter.rb b/tool/redmine-backporter.rb
index e60c57b438..8c124d4f79 100755
--- a/tool/redmine-backporter.rb
+++ b/tool/redmine-backporter.rb
@@ -180,10 +180,10 @@ def more(sio)
until ss.eos?
print ":"
case c = console.getch
- when ' ', "\x04"
+ when ' '
rows = ss.getrows(lx, ly)
puts cls + rows
- when 'j', ""
+ when 'j', "\r"
rows = ss.getrows(lx, 1)
puts cls + rows
when "q"