julia icon indicating copy to clipboard operation
julia copied to clipboard

propagate the terminal's `displaysize` to the `IOContext` used by the REPL

Open KristofferC opened this issue 1 year ago • 0 comments

Fixes https://github.com/JuliaLang/julia/issues/49440 (and all other cases where displaysize is used in Base with the expectation that this actually gives something related to the terminal).

Needed because of https://github.com/JuliaLang/julia/issues/34721

KristofferC avatar Aug 15 '24 14:08 KristofferC