Skip to content

Commit

Permalink
Tab to space in terminal display.
Browse files Browse the repository at this point in the history
  • Loading branch information
doug1234 committed Mar 11, 2024
1 parent 08fc85c commit c5e5f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/TerminalDisplay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ void TerminalDisplay::setVTFont(const QFont& f)
// Check if font is not fixed pitch and print a warning
if ( !QFontInfo(font).fixedPitch() )
{
qDebug() << "Using a variable-width font in the terminal. This may cause performance degradation and display/alignment errors.";
qDebug() << "Using a variable-width font in the terminal. This may cause performance degradation and display/alignment errors.";
}

// hint that text should be drawn without anti-aliasing.
Expand Down

0 comments on commit c5e5f1f

Please sign in to comment.