summary refs log tree commit diff
path: root/bin/shotty.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-07-14 14:07:22 -0400
committerJune McEnroe <june@causal.agency>2019-07-14 14:07:22 -0400
commitcd778f3ba5d542d9c2834373860f55258375b6ab (patch)
tree7507392861830f5a89f6d3ff0c05b1c025ceec43 /bin/shotty.c
parentAdd more info to shotty man page (diff)
downloadsrc-cd778f3ba5d542d9c2834373860f55258375b6ab.tar.gz
src-cd778f3ba5d542d9c2834373860f55258375b6ab.zip
Ignore CSI t
Diffstat (limited to 'bin/shotty.c')
-rw-r--r--bin/shotty.c2
1 files changed, 2 insertions, 0 deletions
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);
 	}