Mercurial > vim
annotate src/proto/hangulin.pro @ 17724:76fba68d1c67 v8.1.1859
patch 8.1.1859: timer test sometimes fails on Mac
commit https://github.com/vim/vim/commit/427dddf014fea1326ea7f8c0951b0667dc037409
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Aug 16 21:22:41 2019 +0200
patch 8.1.1859: timer test sometimes fails on Mac
Problem: Timer test sometimes fails on Mac.
Solution: Show more info when it fails.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Fri, 16 Aug 2019 21:30:03 +0200 |
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 : */ |