ImageInTerminal with Plots integration in a sixel-enabled terminal works in Julia 1.8, not 1.9rc2

Plots are rendered in a separate window by default.

julia> using Plots

julia> Plots.default(display_type=:inline)

julia> plot(sin, 0:0.1:2π)

Screenshot_20230921_210814

Tested with konsole 22.12.3, julia 1.9.2, Plots v1.39.0.

More options (size in particular) are available, e.g.