forked from aniani/vim
patch 9.0.0653: BS and DEL do not work properly in an interacive shell
Problem: BS and DEL do not work properly in an interacive shell. (Gary
Johnson)
Solution: Adjust the length for replaced codes.
This commit is contained in:
@@ -86,5 +86,5 @@ void update_tcap(int attr);
|
||||
void swap_tcap(void);
|
||||
void ansi_color2rgb(int nr, char_u *r, char_u *g, char_u *b, char_u *ansi_idx);
|
||||
void cterm_color2rgb(int nr, char_u *r, char_u *g, char_u *b, char_u *ansi_idx);
|
||||
void term_replace_bs_del_keycode(char_u *ta_buf, int ta_len, int len);
|
||||
int term_replace_bs_del_keycode(char_u *ta_buf, int ta_len, int len_arg);
|
||||
/* vim: set ft=c : */
|
||||
|
||||
Reference in New Issue
Block a user