summaryrefslogtreecommitdiffstats
path: root/src/proto/terminal.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-08-05 20:17:00 +0200
committerBram Moolenaar <Bram@vim.org>2017-08-05 20:17:00 +0200
commitaaa8a35fbd38d5e6cc57ae60a8477e787d695a20 (patch)
tree43e7eea1c383b19077c3449e297b8a383a84f2fd /src/proto/terminal.pro
parent98fd66d311a62133c835307dc7692763dfa32c69 (diff)
patch 8.0.0873: in terminal cannot use CTRL-\ CTRL-N to start Visual modev8.0.0873
Problem: In a terminal window cannot use CTRL-\ CTRL-N to start Visual mode. Solution: After CTRL-\ CTRL-N enter Terminal-Normal mode for one command.
Diffstat (limited to 'src/proto/terminal.pro')
-rw-r--r--src/proto/terminal.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/terminal.pro b/src/proto/terminal.pro
index b6c27ed0b6..fbd17eddee 100644
--- a/src/proto/terminal.pro
+++ b/src/proto/terminal.pro
@@ -6,7 +6,7 @@ int term_job_running(term_T *term);
int term_in_terminal_mode(void);
void term_leave_terminal_mode(void);
int send_keys_to_term(term_T *term, int c, int typed);
-int term_use_loop(void);
+int term_use_loop(int once);
int terminal_loop(void);
void term_job_ended(job_T *job);
void term_channel_closed(channel_T *ch);