[konsole] [Bug 449799] Wrong positioning of graphics.

Martin Sandsmark bugzilla_noreply at kde.org
Sun Apr 3 14:08:22 BST 2022


https://bugs.kde.org/show_bug.cgi?id=449799

--- Comment #6 from Martin Sandsmark <martin.sandsmark at kde.org> ---
(In reply to Matan Ziv-Av from comment #4)
> This I am not sure I understand. In another discussion, I was told that even
> if a screen has more then TerminalDisplay, they will have exactly the same
> fonts/size, so it does not seem to matter.

The screen at least, but the emulation punching through all the abstraction
straight to the ui/painting class is messy.


> The problem of what to do with the images if the display changes (resize
> with text reflow, change in font size) needs a serious discussion. Results
> of such will also be useful for two different displays for the same screen.

Shouldn't be that complex, just need to find the most common uses (gnuplot,
lsix, w3mimgdisplay?) and pick the approach that annoys the smallest amount of
people. When I did my implementation I thought it made the most sense to treat
an image like a single character, and follow the reflow rules, scaling, etc.
like everything else.

But could really do with some serious rearchitecting related to this as well,
imho. The
Emulation/Screen/ScreenWindow/TerminalDisplay/TabbedViewContainer/etc. mess
seems a bit overkill and confusing. I think Tomaz felt that painfully when
working on the tabbing stuff.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the konsole-devel mailing list