Parcourir la source

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

BDisp il y a 10 mois
Parent
commit
ae1bdd16ff
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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