From cd778f3ba5d542d9c2834373860f55258375b6ab Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sun, 14 Jul 2019 14:07:22 -0400 Subject: Ignore CSI t --- bin/shotty.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/shotty.c') diff --git a/bin/shotty.c b/bin/shotty.c index 999cfb5f..fb5482ca 100644 --- a/bin/shotty.c +++ b/bin/shotty.c @@ -299,6 +299,8 @@ static char updateCSI(wchar_t ch) { } } + break; case 't': // ignore + break; default: warnx("unhandled CSI %lc", ch); } -- cgit 1.4.1