summaryrefslogtreecommitdiff
path: root/src/proto/term.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-08-21 13:09:10 +0200
committerBram Moolenaar <Bram@vim.org>2018-08-21 13:09:10 +0200
commit2e31048c304fb94d6255667783edfe9f4d5894c2 (patch)
treee24528bfd59d4319dfbd86eb0754d2818743b27b /src/proto/term.pro
parentc26f7c60532a37a2bf0a5e69aa81081b440dfc38 (diff)
downloadvim-git-2e31048c304fb94d6255667783edfe9f4d5894c2.tar.gz
patch 8.1.0304: no redraw when using a STOP signal on Vim and then CONTv8.1.0304
Problem: No redraw when using a STOP signal on Vim and then a CONT signal. Solution: Catch the CONT signal and set the terminal to raw mode. This is like 8.1.0244 but without the screen redraw and a fix for multi-threading suggested by Dominique Pelle.
Diffstat (limited to 'src/proto/term.pro')
-rw-r--r--src/proto/term.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/term.pro b/src/proto/term.pro
index c68d7ab03..1b8ab5f0d 100644
--- a/src/proto/term.pro
+++ b/src/proto/term.pro
@@ -52,6 +52,7 @@ void setmouse(void);
int mouse_has(int c);
int mouse_model_popup(void);
void scroll_start(void);
+void cursor_on_force(void);
void cursor_on(void);
void cursor_off(void);
void term_cursor_mode(int forced);