diff options
Diffstat (limited to '')
-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 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); } |