Skip to content

Commit

Permalink
KEY_RESIZE should be key_code = TRUE. Reported by Ulf Magnusson.
Browse files Browse the repository at this point in the history
  • Loading branch information
wmcbrine committed Apr 20, 2018
1 parent 242b47d commit 9cf39fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wincon/pdckbd.c
Expand Up @@ -640,6 +640,7 @@ int PDC_get_key(void)
if (!SP->resized)
{
SP->resized = TRUE;
SP->key_code = TRUE;
return KEY_RESIZE;
}
}
Expand Down

0 comments on commit 9cf39fe

Please sign in to comment.