st
simple terminal
git clone https://9o.is/git/st.git
commit 325ce69c91957b434c1ca6682824f7683c1451ab parent fb21c0d9b5fcba99541589c9fd1f58651c079410 Author: Lauri Tirkkonen <lotheac@iki.fi> Date: Wed, 13 Mar 2019 17:08:50 +0200 be silent about explicitly unhandled mouse modes Diffstat:
| M | st.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/st.c b/st.c @@ -1575,6 +1575,7 @@ tsetmode(int priv, int set, int *args, int narg) case 1015: /* urxvt mangled mouse mode; incompatible and can be mistaken for other control codes. */ + break; default: fprintf(stderr, "erresc: unknown private set/reset mode %d\n",