Skip to content

Commit

Permalink
add paging to help> prompt (JuliaLang#36460)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pramodh-G committed Jun 30, 2021
1 parent 71bf608 commit b416833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/REPL/src/docview.jl
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ function insert_hlines(io::IO, docs)
push!(v, doc)
n == length(docs.content) || push!(v, Markdown.HorizontalRule())
end
return Markdown.MD(v)
return Markdown.MD(v) |> REPL.TerminalMenus.pager
end

function formatdoc(d::DocStr)
Expand Down

0 comments on commit b416833

Please sign in to comment.