diff options
| author | joe <rbo@gmx.us> | 2025-10-05 13:01:29 +0200 |
|---|---|---|
| committer | joe <rbo@gmx.us> | 2025-10-05 13:01:29 +0200 |
| commit | 2eaf1746b80a63c00247209ef55cdb6e4feca54e (patch) | |
| tree | 00210ea1cb18bb62c3e2c290de0003536de9eb85 | |
| parent | up (diff) | |
| download | st-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.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. */ |
