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

Workaround the bug in `displaysize(tty)` on closed TTY

Open tkf opened this issue 5 years ago • 1 comments

I had this segfault issue https://github.com/JuliaLang/julia/issues/34620 while writing https://github.com/tkf/TmuxDisplays.jl. I think we'd better "vendor" https://github.com/JuliaLang/julia/pull/34623 and then define some kind of fallback when the stream is closed. See also https://github.com/JuliaLang/julia/issues/26687

tkf avatar Feb 04 '20 03:02 tkf

Sure, sounds good to vendor that fix behind a VERSION check.

c42f avatar Feb 04 '20 03:02 c42f