Mercurial > vim
view src/proto/digraph.pro @ 12502:ed85dd1b8c80
Add back terminal.c
commit https://github.com/vim/vim/commit/2e6ab18729a634f3223a92be318e98e87b572a7b
Author: Bram Moolenaar <Bram@vim.org>
Date: Wed Sep 20 10:03:07 2017 +0200
Add back terminal.c
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Wed, 20 Sep 2017 10:15:05 +0200 |
parents | 21b0a39d13ed |
children | 3321582cae78 |
line wrap: on
line source
/* digraph.c */ int do_digraph(int c); int get_digraph(int cmdline); int getdigraph(int char1, int char2, int meta_char); void putdigraph(char_u *str); void listdigraphs(void); char_u *keymap_init(void); void ex_loadkeymap(exarg_T *eap); /* vim: set ft=c : */