diff options
-rw-r--r-- | textscreen/txt_sdl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textscreen/txt_sdl.c b/textscreen/txt_sdl.c index 4ff24fcf..0fb8d722 100644 --- a/textscreen/txt_sdl.c +++ b/textscreen/txt_sdl.c @@ -725,6 +725,7 @@ static const char *SpecialKeyName(int key) case KEY_PGDN: return "PGDN"; case KEY_INS: return "INS"; case KEY_DEL: return "DEL"; + case KEY_PRTSCR: return "PRTSC"; /* case KEYP_0: return "PAD0"; case KEYP_1: return "PAD1"; |