diff options
| author | Lauri Tirkkonen <lotheac@iki.fi> | 2019-03-13 17:08:50 +0200 | 
|---|---|---|
| committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2019-03-13 17:51:58 +0100 | 
| commit | 75b4ba4b4be70a3ae429b1719d18b021839216d5 (patch) | |
| tree | 2f3ff695b489f3b0e51152f3aaeb7b50320847f3 | |
| parent | ed68fe7dce2b21b4e0e595b99d47790e76812cb7 (diff) | |
| download | st-75b4ba4b4be70a3ae429b1719d18b021839216d5.tar.xz st-75b4ba4b4be70a3ae429b1719d18b021839216d5.zip  | |
be silent about explicitly unhandled mouse modes
| -rw-r--r-- | st.c | 1 | 
1 files changed, 1 insertions, 0 deletions
@@ -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",  | 
