comparison src/term.c @ 6882:7bd926109eea v7.4.761

patch 7.4.761 Problem: The request-background termcode implementation is incomplete. Solution: Add the missing pieces.
author Bram Moolenaar <bram@vim.org>
date Thu, 25 Jun 2015 19:16:56 +0200
parents a89cff862dda
children ce209c5103a3
comparison
equal deleted inserted replaced
6881:a5e1a8813a3f 6882:7bd926109eea
1620 {KS_ND, "nd"}, {KS_OP, "op"}, {KS_CRV, "RV"}, 1620 {KS_ND, "nd"}, {KS_OP, "op"}, {KS_CRV, "RV"},
1621 {KS_CIS, "IS"}, {KS_CIE, "IE"}, 1621 {KS_CIS, "IS"}, {KS_CIE, "IE"},
1622 {KS_TS, "ts"}, {KS_FS, "fs"}, 1622 {KS_TS, "ts"}, {KS_FS, "fs"},
1623 {KS_CWP, "WP"}, {KS_CWS, "WS"}, 1623 {KS_CWP, "WP"}, {KS_CWS, "WS"},
1624 {KS_CSI, "SI"}, {KS_CEI, "EI"}, 1624 {KS_CSI, "SI"}, {KS_CEI, "EI"},
1625 {KS_U7, "u7"}, 1625 {KS_U7, "u7"}, {KS_RBG, "RB"},
1626 {(enum SpecialKey)0, NULL} 1626 {(enum SpecialKey)0, NULL}
1627 }; 1627 };
1628 1628
1629 /* 1629 /*
1630 * If the external termcap does not have a matching entry, try the 1630 * If the external termcap does not have a matching entry, try the