Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasBreuer committed Mar 19, 2024
1 parent 2a94e57 commit 56aabc0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/help.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ import Markdown
import REPL

if isdefined( REPL.TerminalMenus, :default_terminal)
default_terminal = REPL.TerminalMenus.default_terminal
import REPL.TerminalMenus: default_terminal
# default_terminal = REPL.TerminalMenus.default_terminal
else
# before Julia 1.12
function default_terminal()
Expand Down

0 comments on commit 56aabc0

Please sign in to comment.