Skip to content

Commit

Permalink
Merge pull request #9361 from TravisBarryDick/warn_dumb_term
Browse files Browse the repository at this point in the history
Added warning message when ENV["TERM"]=="dumb". Resolves #9093
  • Loading branch information
tkelman committed Dec 21, 2014
2 parents c48707f + 7d40f7d commit fbe241e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base/client.jl
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,7 @@ function _start()
quiet || REPL.banner(term,term)
if term.term_type == "dumb"
active_repl = REPL.BasicREPL(term)
quiet || warn("Terminal not fully functional")
else
active_repl = REPL.LineEditREPL(term, true)
active_repl.no_history_file = no_history_file
Expand Down

0 comments on commit fbe241e

Please sign in to comment.