On Wednesday, February 1, 2017 at 9:50:47 PM UTC+1, Bram Moolenaar wrote: > Thus all we need is to implement a function in evalfunc.c to show the > balloon. This function could also be invoked from a channel callback.
This is how I have anticipated this feature as well. Somehow, I have misinterpreted your previous input. > The tricky part is to draw a balloon in a terminal, and > undraw it properly. The popup menu comes closes, the code is in > popupmnu.c But isn't it that "+balloon_eval" feature was meant to be used only with GUI versions? 'gui_beval.c' and 'gui.c' indicate that. How would we go with mouse hover event handling in terminal? I am no expert in this but from the existing code I can see "XtAddEventHandler()" is being used for non-GTK GUI's so I suppose that is ought to cover the terminal use-cases as well? -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
