engine: say what key 0 means

This commit is contained in:
2026-08-17 12:04:12 +09:00
parent 0f684ae6d3
commit 34c0c501aa

View File

@@ -516,7 +516,7 @@ kokey(Rune c, u32int mod)
return c; return c;
} }
/* Modifier presses and unmapped keys, key 0, never engage the engine. */ /* A modifier press or an unmapped key is key 0: it engages nothing. */
int int
keymeaningful(u32int ks) keymeaningful(u32int ks)
{ {