Mysterious "Mq" on zooming
tsujan opened this issue · 1 comments
tsujan commented
If you zoom the text constantly, you might see a mysterious "Mq" at the top left of the view. It's created by TerminalDisplay::calDrawTextAdditionHeight()
, supposedly for finding the font height (or dimensions). It's among several suspicious codes I started to find in QTerminal/qtermwidget; hence opening a separate issue for it.
Other suspicious codes also exist in TerminalDisplay.cpp
. For example, in TerminalDisplay::setVTFont()
, QFont::ForceIntegerMetrics
is used, which is deprecated...
System Information
- Latest git