From cd778f3ba5d542d9c2834373860f55258375b6ab Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sun, 14 Jul 2019 14:07:22 -0400 Subject: Ignore CSI t --- bin/shotty.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin') 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); } -- cgit 1.4.1 e='f86e02005afa4fa7d61ab4019a365d0e7d372d0d'/> dontfiles
summary refs log tree commit diff
path: root/bin/man1/title.1 (unfollow)
Commit message (Expand)Author
2021-01-12Use mandoc and htagml for bin htmlJune McEnroe
2021-01-12Add htagmlJune McEnroe
2021-01-12Replace causal.agency with a simple mdoc pageJune McEnroe
2021-01-11Publish "Using vi"June McEnroe
2021-01-11Enable diff.colorMovedJune McEnroe
2021-01-10Set less search case-insensitiveJune McEnroe
2021-01-10Set EXINITJune McEnroe
2021-01-09Add c -t flag to print expression typeJune McEnroe
2021-01-05Update taglineJune McEnroe