summaryrefslogtreecommitdiff
path: root/src/proto/term.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2014-07-30 17:21:58 +0200
committerBram Moolenaar <Bram@vim.org>2014-07-30 17:21:58 +0200
commit4e067c898ef1f4a34cd70ddf3de3a1e60ac23c84 (patch)
tree369d10f3185037c11dd64d8c20292376197fe8d4 /src/proto/term.pro
parentb81c85d8f35850ee8f377a2672c506131549f53c (diff)
downloadvim-git-4e067c898ef1f4a34cd70ddf3de3a1e60ac23c84.tar.gz
updated for version 7.4.389v7.4.389
Problem: Still sometimes Vim enters Replace mode when starting up. Solution: Use a different solution in detecting the termresponse and location response. (Hayaki Saito)
Diffstat (limited to 'src/proto/term.pro')
-rw-r--r--src/proto/term.pro2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/proto/term.pro b/src/proto/term.pro
index 89d58a0d0..b3d0df39d 100644
--- a/src/proto/term.pro
+++ b/src/proto/term.pro
@@ -34,8 +34,6 @@ void set_shellsize __ARGS((int width, int height, int mustset));
void settmode __ARGS((int tmode));
void starttermcap __ARGS((void));
void stoptermcap __ARGS((void));
-int did_request_esc_sequence __ARGS((void));
-void resume_get_esc_sequence __ARGS((void));
void may_req_termresponse __ARGS((void));
void may_req_ambiguous_char_width __ARGS((void));
int swapping_screen __ARGS((void));