From 0353587069784fdf23a6412ab6edbbd9fc81eb0d 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 12:59:37 -0700 Subject: Cleaned up input method code, added preview function --- imtable.h | 1 + 1 file changed, 1 insertion(+) (limited to 'imtable.h') diff --git a/imtable.h b/imtable.h index 66c7f78..f045cc0 100644 --- a/imtable.h +++ b/imtable.h @@ -1,3 +1,4 @@ +//Generic Input Method Used in Testing, see boshiamy.h for full implementation #define IM_TABLE_LEN 5 #define IM_TABLE_ENTRY_LEN 8 //assumes this is sorted -- cgit v1.1