diff options
author | Haoran S. Diao (刁浩然) <0@hairydiode.xyz> | 2025-09-06 12:59:37 -0700 |
---|---|---|
committer | Haoran S. Diao (刁浩然) <0@hairydiode.xyz> | 2025-09-06 12:59:37 -0700 |
commit | 0353587069784fdf23a6412ab6edbbd9fc81eb0d (patch) | |
tree | 89a11c1e8401f01c9f43ce86119e9807c7cd1ef2 /imtable.h | |
parent | 63b78eed2d0ec3a248ff7537fd7273102cf41e0a (diff) |
Cleaned up input method code, added preview function
Diffstat (limited to 'imtable.h')
-rw-r--r-- | imtable.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |