old-st

[ARCHIVED] my build of st
git clone git://git.ckyln.com/~cem/old-st.git
Log | Files | Refs | README | LICENSE

commit 91bde57b34d51a8b58a6dbd89411fdcc4e873c37
parent 46a17a9aaf65da9952885fa5059b7bc45529fb75
Author: Lauri Tirkkonen <lotheac@iki.fi>
Date:   Wed, 13 Mar 2019 17:08:50 +0200

be silent about explicitly unhandled mouse modes

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

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