We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50b0f5a commit 0446c22Copy full SHA for 0446c22
Terminal.Gui/ConsoleDrivers/EscSeqUtils/EscSeqRequests.cs
@@ -87,19 +87,12 @@ public static void Remove (string terminator)
87
return;
88
}
89
90
+ found.NumOutstanding--;
91
+
92
if (found.NumOutstanding == 0)
93
{
94
Statuses.Remove (found);
95
- else if (found.NumOutstanding > 0)
- {
96
- found.NumOutstanding--;
97
-
98
- if (found.NumOutstanding == 0)
99
100
- Statuses.Remove (found);
101
- }
102
103
104
105
0 commit comments