From 2f10658b06bbdd8f25c4ff152266c808234cee0a Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 8 May 2019 21:59:25 +0200 Subject: 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 key code. Add a test. --- src/misc2.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/misc2.c') diff --git a/src/misc2.c b/src/misc2.c index e615f96b5..3ef7c9422 100644 --- a/src/misc2.c +++ b/src/misc2.c @@ -2496,6 +2496,7 @@ static struct key_name_entry #endif {K_PLUG, (char_u *)"Plug"}, {K_CURSORHOLD, (char_u *)"CursorHold"}, + {K_IGNORE, (char_u *)"Ignore"}, {0, NULL} /* NOTE: When adding a long name update MAX_KEY_NAME_LEN. */ }; -- cgit v1.2.1