summaryrefslogtreecommitdiffstats
path: root/src/proto/terminal.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-08-12 22:55:58 +0200
committerBram Moolenaar <Bram@vim.org>2017-08-12 22:55:58 +0200
commit3d9bdfebf1a8c1eec1c3e1cff6fbb60b3d98f02a (patch)
tree0d2c16aa5d073a120e160703ee88e73c07c211b8 /src/proto/terminal.pro
parent893029ab20a06da9c0cf29661c9f6e2ec5583dce (diff)
patch 8.0.0921: terminal window cursor shape not supported in the GUIv8.0.0921
Problem: Terminal window cursor shape not supported in the GUI. Solution: Use the terminal window cursor shape in the GUI.
Diffstat (limited to 'src/proto/terminal.pro')
-rw-r--r--src/proto/terminal.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/proto/terminal.pro b/src/proto/terminal.pro
index a004d355ee..8f2bcd5c6c 100644
--- a/src/proto/terminal.pro
+++ b/src/proto/terminal.pro
@@ -6,6 +6,8 @@ int term_job_running(term_T *term);
int term_in_normal_mode(void);
void term_enter_job_mode(void);
int send_keys_to_term(term_T *term, int c, int typed);
+int use_terminal_cursor(void);
+cursorentry_T *term_get_cursor_shape(guicolor_T *fg, guicolor_T *bg);
int term_use_loop(void);
int terminal_loop(void);
void term_job_ended(job_T *job);