Skip to content
Snippets Groups Projects
Commit 696862d9 authored by willdeed's avatar willdeed
Browse files

rbreadline.rb update

Changed line 6497 from .puts to .write
parent 01548b5b
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