diff --git a/src/Vt102Emulation.cpp b/src/Vt102Emulation.cpp index 1755f1c0..6669a456 100644 --- a/src/Vt102Emulation.cpp +++ b/src/Vt102Emulation.cpp @@ -879,6 +879,8 @@ void Vt102Emulation::receiveChars(const QVector &chars) switchState(Ground, cc); } break; + default: + break; } } } else {