JuliaLang/julia
View on GitHubManual line wrapping of exceptions looks bad on narrow terminal
Open
#18,356 opened on Sep 4, 2016
display and printinghelp wanted
Repository metrics
- Stars
- (48,709 stars)
- PR merge metrics
- (Avg merge 20d 6h) (157 merged PRs in 30d)
Description
This is a rather minor point, but I think showerror exceptions would look better if the terminal emulator were allowed to wrap them instead of being manually line-wrapped. This is especially the case on narrow terminals:

I think it might be better just to print all the explanatory text on one line. Thoughts?