indent im.c im.h
This commit is contained in:
parent
5b4e0dd53f
commit
0796dc924c
2 changed files with 1003 additions and 796 deletions
3
src/im.h
3
src/im.h
|
|
@ -33,7 +33,8 @@
|
|||
* TYPES
|
||||
*/
|
||||
|
||||
typedef struct IM_DATA {
|
||||
typedef struct IM_DATA
|
||||
{
|
||||
int lang; /* Language used in sequence translation */
|
||||
wchar_t s[16]; /* Characters that should be displayed */
|
||||
const char *tip_text; /* Tip text, read-only please */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue