Debug.jl icon indicating copy to clipboard operation
Debug.jl copied to clipboard

tmux `^M`

Open gitfoxi opened this issue 11 years ago • 1 comments

Something goes wrong running under tmux. Return just makes it say ^M instead of doing the thing.

debug:11> n^M

gitfoxi avatar Nov 30 '13 17:11 gitfoxi

Debug.jl uses readline from Julia base to read user input, so I'd expect that the issue is there. Can you try readline under tmux, if it's the same problem, report the issue with Julia?

toivoh avatar Nov 30 '13 19:11 toivoh