comparison src/option.c @ 6602:c77ef1bf9623 v7.4.627

updated for version 7.4.627 Problem: The last screen cell is not updated. Solution: Respect the "tn" termcap feature. (Hayaki Saito)
author Bram Moolenaar <bram@vim.org>
date Tue, 10 Feb 2015 19:20:37 +0100
parents d6473d6501fd
children 5a12a6861367
comparison
equal deleted inserted replaced
6601:62d5e237962a 6602:c77ef1bf9623
2976 p_term("t_vs", T_VS) 2976 p_term("t_vs", T_VS)
2977 p_term("t_WP", T_CWP) 2977 p_term("t_WP", T_CWP)
2978 p_term("t_WS", T_CWS) 2978 p_term("t_WS", T_CWS)
2979 p_term("t_SI", T_CSI) 2979 p_term("t_SI", T_CSI)
2980 p_term("t_EI", T_CEI) 2980 p_term("t_EI", T_CEI)
2981 p_term("t_xn", T_XN)
2981 p_term("t_xs", T_XS) 2982 p_term("t_xs", T_XS)
2982 p_term("t_ZH", T_CZH) 2983 p_term("t_ZH", T_CZH)
2983 p_term("t_ZR", T_CZR) 2984 p_term("t_ZR", T_CZR)
2984 2985
2985 /* terminal key codes are not in here */ 2986 /* terminal key codes are not in here */