summary refs log tree commit diff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/shotty.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/shotty.c b/bin/shotty.c
index 15041b81..c06783b4 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);
 	}