Commit cbf5f2f5e430d8ee07b2f49b961e3263f39208fb
Mark KEY_RESIZE as a key code on Windows
One of the previous patches added terminal resize detection on Win32,
but it didn't set this flag.
Author: xaizek
Author date (UTC): 2024-12-19 16:01
Committer name: xaizek
Committer date (UTC): 2024-12-19 16:05
Parent(s): 6f930c13e1d65c06b5cc40529cad1d73ece62a00
Signing key: 99DC5E4DB05F6BE2
Tree: 38a7ff201d906efc8d4a14188a9fba92295ff1f0
File win32/pdckbd.c changed (mode: 100644) (index f4ca7c27..805e1aa7) |
... |
... |
int PDC_get_key(void) |
644 |
644 |
if (!SP->resized) |
if (!SP->resized) |
645 |
645 |
{ |
{ |
646 |
646 |
SP->resized = TRUE; |
SP->resized = TRUE; |
|
647 |
|
SP->key_code = TRUE; |
647 |
648 |
return KEY_RESIZE; |
return KEY_RESIZE; |
648 |
649 |
} |
} |
649 |
650 |
} |
} |