mirror of
https://github.com/vim/vim.git
synced 2025-09-10 22:33:40 -04:00
patch 8.0.1288: GUI: cannot drag the statusline of a terminal window
Problem: GUI: cannot drag the statusline of a terminal window. Solution: Handle the TERMINAL state. (Hirohito Higashi)
This commit is contained in:
parent
aeeb6888ca
commit
ae147ab2d7
@ -3118,6 +3118,9 @@ button_set:
|
|||||||
{
|
{
|
||||||
case NORMAL_BUSY:
|
case NORMAL_BUSY:
|
||||||
case OP_PENDING:
|
case OP_PENDING:
|
||||||
|
# ifdef FEAT_TERMINAL
|
||||||
|
case TERMINAL:
|
||||||
|
# endif
|
||||||
case NORMAL: checkfor = MOUSE_NORMAL; break;
|
case NORMAL: checkfor = MOUSE_NORMAL; break;
|
||||||
case VISUAL: checkfor = MOUSE_VISUAL; break;
|
case VISUAL: checkfor = MOUSE_VISUAL; break;
|
||||||
case SELECTMODE: checkfor = MOUSE_VISUAL; break;
|
case SELECTMODE: checkfor = MOUSE_VISUAL; break;
|
||||||
|
@ -761,6 +761,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1288,
|
||||||
/**/
|
/**/
|
||||||
1287,
|
1287,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user