Skip to content

Commit e40d697

Browse files
committed
Remove single key ALT/CTRL combination.
1 parent 62fa4b9 commit e40d697

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

contrib/win32/win32compat/tncon.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -179,10 +179,6 @@ int ReadConsoleForTermEmul(HANDLE hInput, char *destin, int destinlen)
179179
ConWriteString((char *)octets, n);
180180
}
181181

182-
if (dwControlKeyState == LEFT_ALT_PRESSED ||
183-
dwControlKeyState == RIGHT_ALT_PRESSED)
184-
NetWriteString2(pParams->Socket, (char *)pParams->pAltKey, 1, 0);
185-
186182
switch (InputRecord.Event.KeyEvent.uChar.UnicodeChar)
187183
{
188184
case 0xd:

0 commit comments

Comments
 (0)