blob: 421653a07ed31cfaf5cc5ddcc27b12ca36991c14 [file] [log] [blame]
/* terminal.c */
void ex_terminal(exarg_T *eap);
void write_to_term(buf_T *buffer, char_u *msg, channel_T *channel);
void term_update_window(win_T *wp);
/* vim: set ft=c : */