Skip to content
Snippets Groups Projects
Commit cf67cd06 authored by Connor Atherton's avatar Connor Atherton
Browse files

Merge pull request #122 from willdeed/patch-1

rbreadline.rb update to use .write
parents 01548b5b 696862d9
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -6494,7 +6494,7 @@ module RbReadline
end
 
def _rl_internal_pager(lines)
@rl_outstream.puts "--More--"
@rl_outstream.write("--More--")
@rl_outstream.flush
i = get_y_or_n(1)
_rl_erase_entire_line()
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment