Mercurial > vim
annotate src/proto/hangulin.pro @ 8668:9a56be645421
Added tag v7.4.1623 for changeset 8c80c21a1885e04204d2f6d02267c15d30ea8194
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sun, 20 Mar 2016 19:45:04 +0100 |
parents | 21b0a39d13ed |
children | d1e77015f60b |
rev | line source |
---|---|
7 | 1 /* hangulin.c */ |
7668
21b0a39d13ed
commit https://github.com/vim/vim/commit/ef26954a35207c3f17d6ed35d9a40c918d974892
Christian Brabandt <cb@256bit.org>
parents:
7208
diff
changeset
|
2 int hangul_input_state_get(void); |
21b0a39d13ed
commit https://github.com/vim/vim/commit/ef26954a35207c3f17d6ed35d9a40c918d974892
Christian Brabandt <cb@256bit.org>
parents:
7208
diff
changeset
|
3 void hangul_input_state_set(int state); |
21b0a39d13ed
commit https://github.com/vim/vim/commit/ef26954a35207c3f17d6ed35d9a40c918d974892
Christian Brabandt <cb@256bit.org>
parents:
7208
diff
changeset
|
4 int im_get_status(void); |
21b0a39d13ed
commit https://github.com/vim/vim/commit/ef26954a35207c3f17d6ed35d9a40c918d974892
Christian Brabandt <cb@256bit.org>
parents:
7208
diff
changeset
|
5 void hangul_input_state_toggle(void); |
21b0a39d13ed
commit https://github.com/vim/vim/commit/ef26954a35207c3f17d6ed35d9a40c918d974892
Christian Brabandt <cb@256bit.org>
parents:
7208
diff
changeset
|
6 void hangul_keyboard_set(void); |
21b0a39d13ed
commit https://github.com/vim/vim/commit/ef26954a35207c3f17d6ed35d9a40c918d974892
Christian Brabandt <cb@256bit.org>
parents:
7208
diff
changeset
|
7 int hangul_input_process(char_u *s, int len); |
21b0a39d13ed
commit https://github.com/vim/vim/commit/ef26954a35207c3f17d6ed35d9a40c918d974892
Christian Brabandt <cb@256bit.org>
parents:
7208
diff
changeset
|
8 void hangul_input_clear(void); |
21b0a39d13ed
commit https://github.com/vim/vim/commit/ef26954a35207c3f17d6ed35d9a40c918d974892
Christian Brabandt <cb@256bit.org>
parents:
7208
diff
changeset
|
9 char_u *hangul_string_convert(char_u *buf, int *p_len); |
21b0a39d13ed
commit https://github.com/vim/vim/commit/ef26954a35207c3f17d6ed35d9a40c918d974892
Christian Brabandt <cb@256bit.org>
parents:
7208
diff
changeset
|
10 char_u *hangul_composing_buffer_get(int *p_len); |
7 | 11 /* vim: set ft=c : */ |