This commit is contained in:
boreddevnl
2026-03-04 21:41:58 +01:00
parent 9bb62a5ade
commit d49d082712
226 changed files with 71703 additions and 37 deletions

View File

@@ -2004,7 +2004,8 @@ void cmd_set_raw_mode(bool enabled) {
terminal_raw_mode = enabled;
}
static void cmd_key(Window *target, char c) {
static void cmd_key(Window *target, char c, bool pressed) {
if (!pressed) return;
(void)target;
if (terminal_raw_mode) {