From 33c523fdef955c60fb81ccf3e30b8eace12933c9 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: Fri, 5 Sep 2025 23:33:59 -0700 Subject: tty intercept works --- imtable.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 imtable.h (limited to 'imtable.h') diff --git a/imtable.h b/imtable.h new file mode 100644 index 0000000..dc51809 --- /dev/null +++ b/imtable.h @@ -0,0 +1,9 @@ +#define IM_TABLE_LEN 4 +#define IM_TABLE_ENTRY_LEN 8 +//assumes this is sorted +char im_table[][3][IM_TABLE_ENTRY_LEN] = { + {"a ", "對", "100"}, + {"aa ", "對", "100"}, + {"b ", "八", "100"}, + {"ba ", "不", "100"}, +}; -- cgit v1.1