Преглед на файлове

Fix a bug where for e.g. two 'c' terminator were included in the response.

BDisp преди 1 година
родител
ревизия
ae1bdd16ff
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      Terminal.Gui/ConsoleDrivers/WindowsDriver/WindowsConsole.cs

+ 1 - 0
Terminal.Gui/ConsoleDrivers/WindowsDriver/WindowsConsole.cs

@@ -117,6 +117,7 @@ internal class WindowsConsole
 
                                     lock (seqReqStatus!.AnsiRequest._responseLock)
                                     {
+                                        readingSequence=false;
                                         raisedResponse = true;
                                         seqReqStatus.AnsiRequest.RaiseResponseFromInput (ansiSequence.ToString ());
                                         // Clear the terminator for not be enqueued