vim-patch:8.1.1300: in a terminal 'ballooneval' does not work right away

Problem:    In a terminal 'ballooneval' does not work right away.
Solution:   Flush output after drawing the balloon.  Add the <Ignore> key
            code.  Add a test.
2f10658b06
This commit is contained in:
Jan Edmund Lazo
2019-12-30 00:32:42 -05:00
parent ebd5c2cdda
commit 5fc8a7ee09

View File

@@ -309,6 +309,7 @@ static const struct key_name_entry {
{ K_ZERO, "Nul" }, { K_ZERO, "Nul" },
{ K_SNR, "SNR" }, { K_SNR, "SNR" },
{ K_PLUG, "Plug" }, { K_PLUG, "Plug" },
{ K_IGNORE, "Ignore" },
{ K_COMMAND, "Cmd" }, { K_COMMAND, "Cmd" },
{ 0, NULL } { 0, NULL }
// NOTE: When adding a long name update MAX_KEY_NAME_LEN. // NOTE: When adding a long name update MAX_KEY_NAME_LEN.