diff options
author | June McEnroe <june@causal.agency> | 2019-07-14 14:07:22 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-07-14 14:07:22 -0400 |
commit | cd778f3ba5d542d9c2834373860f55258375b6ab (patch) | |
tree | 7507392861830f5a89f6d3ff0c05b1c025ceec43 /bin | |
parent | Add more info to shotty man page (diff) | |
download | src-cd778f3ba5d542d9c2834373860f55258375b6ab.tar.gz src-cd778f3ba5d542d9c2834373860f55258375b6ab.zip |
Ignore CSI t
Diffstat (limited to 'bin')
-rw-r--r-- | bin/shotty.c | 2 |
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); } |