st-flexipatch

My st-flexipatch configuration
git clone git://git.ethandl.dev/st-flexipatch
Log | Files | Refs | README | LICENSE

commit f09c41747388c4d4ceb63a818c1e1d6cfa07e145
parent e7cfd5ae16abc53faa9def22df35320f8d1bebe6
Author: bakkeby <bakkeby@gmail.com>
Date:   Tue, 24 Mar 2020 11:33:22 +0100

be silent about explicitly unhandled mouse modes (9216d5)

Diffstat:
Mst.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/st.c b/st.c @@ -1692,6 +1692,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",