Merge branch 'master' into support-xorg

This commit is contained in:
2026-01-16 00:44:58 +01:00
12 changed files with 170 additions and 41 deletions

View File

@@ -32,9 +32,11 @@ enum Keys {
END,
PAGE_UP,
PAGE_DOWN,
NONE,
};
static const char* const KEY_NAMES[] = {
[NONE] = "NONE",
[ESC] = "ESC",
[F1] = "F1",
[F2] = "F2",