aboutsummaryrefslogtreecommitdiffstats
path: root/st.c
diff options
context:
space:
mode:
authorjoe <rbo@gmx.us>2025-10-05 13:01:29 +0200
committerjoe <rbo@gmx.us>2025-10-05 13:01:29 +0200
commit2eaf1746b80a63c00247209ef55cdb6e4feca54e (patch)
tree00210ea1cb18bb62c3e2c290de0003536de9eb85 /st.c
parentup (diff)
downloadst-2eaf1746b80a63c00247209ef55cdb6e4feca54e.tar.gz
st-2eaf1746b80a63c00247209ef55cdb6e4feca54e.tar.bz2
st-2eaf1746b80a63c00247209ef55cdb6e4feca54e.tar.xz
st-2eaf1746b80a63c00247209ef55cdb6e4feca54e.tar.zst
st-2eaf1746b80a63c00247209ef55cdb6e4feca54e.zip
up
Diffstat (limited to '')
-rw-r--r--st.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/st.c b/st.c
index d8db29c..b2074b5 100644
--- a/st.c
+++ b/st.c
@@ -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. */