julia
julia copied to clipboard
propagate the terminal's `displaysize` to the `IOContext` used by the REPL
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