From 43e028136ef84c900f565946d5f694f9e4fc4eee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Haoran=20S=2E=20Diao=20=28=E5=88=81=E6=B5=A9=E7=84=B6=29?= <0@hairydiode.xyz> Date: Sat, 6 Sep 2025 02:07:20 -0700 Subject: Fully functional so far. Just need to clean up the code and actually import the input method table --- imtable.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'imtable.h') diff --git a/imtable.h b/imtable.h index dc51809..66c7f78 100644 --- a/imtable.h +++ b/imtable.h @@ -1,4 +1,4 @@ -#define IM_TABLE_LEN 4 +#define IM_TABLE_LEN 5 #define IM_TABLE_ENTRY_LEN 8 //assumes this is sorted char im_table[][3][IM_TABLE_ENTRY_LEN] = { @@ -6,4 +6,5 @@ char im_table[][3][IM_TABLE_ENTRY_LEN] = { {"aa ", "對", "100"}, {"b ", "八", "100"}, {"ba ", "不", "100"}, + {"1", "一", "100"}, }; -- cgit v1.1