From 37f1db62d467a6bf8b4c20c9f5221d92ec6833df Mon Sep 17 00:00:00 2001 From: Aaron Lindsay Date: Thu, 22 Dec 2016 12:12:47 -0500 Subject: [PATCH] Shut up about UTF-8 mouse mode (1005) from tmux --- st.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/st.c b/st.c index 9f166df..b6472b3 100644 --- a/st.c +++ b/st.c @@ -1622,11 +1622,12 @@ tsetmode(int priv, int set, const int *args, int narg) xsetmode(set, MODE_BRCKTPASTE); break; /* Not implemented mouse modes. See comments there. */ - case 1001: /* mouse highlight mode; can hang the - terminal by design when implemented. */ case 1005: /* UTF-8 mouse mode; will confuse applications not supporting UTF-8 and luit. */ + break; // so we don't print error message below + case 1001: /* mouse highlight mode; can hang the + terminal by design when implemented. */ case 1015: /* urxvt mangled mouse mode; incompatible and can be mistaken for other control codes. */