passthrough unmatched keys

This commit is contained in:
2026-05-28 23:38:23 +09:00
parent 795353609b
commit 7e69827c13
3 changed files with 6 additions and 9 deletions

1
ko.c
View File

@@ -203,7 +203,6 @@ transko(Im *im, Rune c)
e.s = im->pre;
sclear(&im->pre);
}
sputr(&e.s, c);
return e;
}