summary refs log tree commit diff
path: root/bin
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
commit3df16742bd4bec63dfa266806d527c814e4eb6fe (patch)
tree9b08b9d587e82cdd7da6c8f06eb05a260df54ebf /bin
parentAdd more info to shotty man page (diff)
downloadsrc-3df16742bd4bec63dfa266806d527c814e4eb6fe.tar.gz
src-3df16742bd4bec63dfa266806d527c814e4eb6fe.zip
Ignore CSI t
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);
 	}