mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -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:
@@ -3118,15 +3118,18 @@ button_set:
|
||||
{
|
||||
case NORMAL_BUSY:
|
||||
case OP_PENDING:
|
||||
# ifdef FEAT_TERMINAL
|
||||
case TERMINAL:
|
||||
# endif
|
||||
case NORMAL: checkfor = MOUSE_NORMAL; break;
|
||||
case VISUAL: checkfor = MOUSE_VISUAL; break;
|
||||
case SELECTMODE: checkfor = MOUSE_VISUAL; break;
|
||||
case REPLACE:
|
||||
case REPLACE+LANGMAP:
|
||||
#ifdef FEAT_VREPLACE
|
||||
# ifdef FEAT_VREPLACE
|
||||
case VREPLACE:
|
||||
case VREPLACE+LANGMAP:
|
||||
#endif
|
||||
# endif
|
||||
case INSERT:
|
||||
case INSERT+LANGMAP: checkfor = MOUSE_INSERT; break;
|
||||
case ASKMORE:
|
||||
|
Reference in New Issue
Block a user