diff options
author | Bram Moolenaar <Bram@vim.org> | 2014-07-30 17:21:58 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2014-07-30 17:21:58 +0200 |
commit | 4e067c898ef1f4a34cd70ddf3de3a1e60ac23c84 (patch) | |
tree | 369d10f3185037c11dd64d8c20292376197fe8d4 /src/proto/term.pro | |
parent | b81c85d8f35850ee8f377a2672c506131549f53c (diff) | |
download | vim-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.pro | 2 |
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)); |