Remove obsolete comment

In the new parser, processSessionAttributeRequest() only gets the
command string, and no longer gets the OSC introducer.
wilder
Luis Javier Merino Morán 4 years ago committed by Tomaz Canabrava
parent 77e9f52201
commit 69a8340d21
  1. 1
      src/Vt102Emulation.cpp

@ -1021,7 +1021,6 @@ void Vt102Emulation::processSessionAttributeRequest(const int tokenSize, const u
int i;
/* clang-format off */
// skip first two characters (ESC, ']')
for (i = 0; i < tokenSize &&
tokenBuffer[i] >= '0' &&
tokenBuffer[i] <= '9'; i++)

Loading…
Cancel
Save