1
0
forked from aniani/vim

patch 7.4.761

Problem:    The request-background termcode implementation is incomplete.
Solution:   Add the missing pieces.
This commit is contained in:
Bram Moolenaar
2015-06-25 19:16:56 +02:00
parent 5081d20247
commit e5401220b0
3 changed files with 11 additions and 8 deletions

View File

@@ -1622,7 +1622,7 @@ set_termname(term)
{KS_TS, "ts"}, {KS_FS, "fs"},
{KS_CWP, "WP"}, {KS_CWS, "WS"},
{KS_CSI, "SI"}, {KS_CEI, "EI"},
{KS_U7, "u7"},
{KS_U7, "u7"}, {KS_RBG, "RB"},
{(enum SpecialKey)0, NULL}
};