Mercurial > vim
view src/proto/hangulin.pro @ 350:21966c008598
updated for version 7.0091
author | vimboss |
---|---|
date | Thu, 23 Jun 2005 22:27:26 +0000 |
parents | 3fc0f57ecb91 |
children | d8f905020502 |
line wrap: on
line source
/* hangulin.c */ int hangul_input_state_get __ARGS((void)); void hangul_input_state_set __ARGS((int state)); int im_get_status __ARGS((void)); void hangul_input_state_toggle __ARGS((void)); void hangul_keyboard_set __ARGS((void)); int hangul_input_process __ARGS((char_u *s, int len)); void hangul_input_clear __ARGS((void)); /* vim: set ft=c : */