diff --git a/programs/wineconsole/user.c b/programs/wineconsole/user.c index fffd40fc8a4..e1efda2e26f 100644 --- a/programs/wineconsole/user.c +++ b/programs/wineconsole/user.c @@ -926,7 +926,7 @@ static void WCUSER_HandleSelectionKey(struct inner_data* data, BOOL down, DWORD state = WCUSER_GetCtrlKeyState(keyState) & ~(CAPSLOCK_ON|NUMLOCK_ON|SCROLLLOCK_ON); COORD c1, c2; - if (down) return; + if (!down) return; switch (state) {