comparison src/proto/channel.pro @ 14103:d053ec57d886 v8.1.0069

patch 8.1.0069: cannot handle pressing CTRL-C in a prompt buffer commit https://github.com/vim/vim/commit/0e5979a6d491f68c4a8c86fab489016919329a6b Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 17 19:36:33 2018 +0200 patch 8.1.0069: cannot handle pressing CTRL-C in a prompt buffer Problem: Cannot handle pressing CTRL-C in a prompt buffer. Solution: Add prompt_setinterrupt().
author Christian Brabandt <cb@256bit.org>
date Sun, 17 Jun 2018 19:45:06 +0200
parents e271ca6f32f9
children ec67c6b8ef12
comparison
equal deleted inserted replaced
14102:6919feb4b26e 14103:d053ec57d886
70 char *job_status(job_T *job); 70 char *job_status(job_T *job);
71 void job_info(job_T *job, dict_T *dict); 71 void job_info(job_T *job, dict_T *dict);
72 void job_info_all(list_T *l); 72 void job_info_all(list_T *l);
73 int job_stop(job_T *job, typval_T *argvars, char *type); 73 int job_stop(job_T *job, typval_T *argvars, char *type);
74 void invoke_prompt_callback(void); 74 void invoke_prompt_callback(void);
75 int invoke_prompt_interrupt(void);
75 /* vim: set ft=c : */ 76 /* vim: set ft=c : */