comparison src/option.h @ 12865:ebb4f6c93598 v8.0.1309

patch 8.0.1309: cannot use 'balloonexpr' in a terminal commit https://github.com/vim/vim/commit/51b0f3701ecb440aa72ab6017c1df6940c0e0f6f Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 18 18:52:04 2017 +0100 patch 8.0.1309: cannot use 'balloonexpr' in a terminal Problem: Cannot use 'balloonexpr' in a terminal. Solution: Add 'balloonevalterm' and add code to handle mouse movements in a terminal. Initial implementation for Unix with GUI.
author Christian Brabandt <cb@256bit.org>
date Sat, 18 Nov 2017 19:00:06 +0100
parents 29a728529f92
children 1a450ce6980c
comparison
equal deleted inserted replaced
12864:e98532b79dba 12865:ebb4f6c93598
380 EXTERN int p_beval; /* 'ballooneval' */ 380 EXTERN int p_beval; /* 'ballooneval' */
381 # ifdef FEAT_EVAL 381 # ifdef FEAT_EVAL
382 EXTERN char_u *p_bexpr; 382 EXTERN char_u *p_bexpr;
383 # endif 383 # endif
384 #endif 384 #endif
385 # ifdef FEAT_BEVALTERM
386 EXTERN int p_bevalterm; /* 'balloonevalterm' */
387 # endif
385 #ifdef FEAT_BROWSE 388 #ifdef FEAT_BROWSE
386 EXTERN char_u *p_bsdir; /* 'browsedir' */ 389 EXTERN char_u *p_bsdir; /* 'browsedir' */
387 #endif 390 #endif
388 #ifdef FEAT_LINEBREAK 391 #ifdef FEAT_LINEBREAK
389 EXTERN char_u *p_breakat; /* 'breakat' */ 392 EXTERN char_u *p_breakat; /* 'breakat' */