IM: unicode _string_ output support.
This commit is contained in:
parent
e2c829b9b1
commit
cf0a8a7bee
3 changed files with 96 additions and 50 deletions
2
src/im.h
2
src/im.h
|
|
@ -35,7 +35,7 @@
|
|||
|
||||
typedef struct IM_DATA {
|
||||
int lang; /* Language used in sequence translation */
|
||||
wchar_t s[8]; /* Characters that should be displayed */
|
||||
wchar_t s[16]; /* Characters that should be displayed */
|
||||
const char* tip_text; /* Tip text, read-only please */
|
||||
|
||||
/* For use by language-specific im_event_<lang> calls. PRIVATE! */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue