unl0kr: store keyboard mode in a long instead of an int

This commit is contained in:
Vladimir Stoiakin
2025-05-06 13:30:10 +03:00
parent 1103aa224f
commit 4e13c31224

View File

@@ -24,7 +24,7 @@
static int current_fd = -1;
static int original_mode = -1;
static int original_kb_mode = -1;
static long original_kb_mode = -1;
/**