diff src/proto/os_unix.pro @ 12104:3bf5fe164a9f v8.0.0932

patch 8.0.0932: terminal may not use right characters for BS and Enter commit https://github.com/vim/vim/commit/4f44b886840a90a50575204bc29f72ef309cfaf6 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 13 20:06:18 2017 +0200 patch 8.0.0932: terminal may not use right characters for BS and Enter Problem: Terminal may not use right characters for BS and Enter. Solution: Get the characters from the tty.
author Christian Brabandt <cb@256bit.org>
date Sun, 13 Aug 2017 20:15:04 +0200
parents 85f0f557661e
children 24abce52ad20
line wrap: on
line diff
--- a/src/proto/os_unix.pro
+++ b/src/proto/os_unix.pro
@@ -50,6 +50,7 @@ void mch_free_mem(void);
 void mch_exit(int r);
 void mch_settmode(int tmode);
 void get_stty(void);
+int get_tty_info(int fd, ttyinfo_T *info);
 void mch_setmouse(int on);
 void check_mouse_termcode(void);
 int mch_screenmode(char_u *arg);