diff options
| -rw-r--r-- | st.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1668,6 +1668,8 @@ tsetmode(int priv, int set, const int *args, int narg) case 2004: /* 2004: bracketed paste mode */ xsetmode(set, MODE_BRCKTPASTE); break; + case 2026: + break; /* Not implemented mouse modes. See comments there. */ case 1001: /* mouse highlight mode; can hang the terminal by design when implemented. */ |
