1
0
forked from aniani/vim
Files
vim/src/proto/terminal.pro

8 lines
235 B
Prolog
Raw Normal View History

/* terminal.c */
void ex_terminal(exarg_T *eap);
void free_terminal(term_T *term);
void write_to_term(buf_T *buffer, char_u *msg, channel_T *channel);
void term_update_window(win_T *wp);
void terminal_loop(void);
/* vim: set ft=c : */