From f6556017f47b03df978d8f5a63e986bd19286a74 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Wed, 20 Oct 2021 17:01:44 -0400 Subject: Ignore XTWINOPS in shotty --- bin/shotty.l | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/shotty.l b/bin/shotty.l index 3d1d50c0..107296b2 100644 --- a/bin/shotty.l +++ b/bin/shotty.l @@ -160,6 +160,7 @@ ESC \x1B l BEGIN(0); return RM; m BEGIN(0); return SGR; r BEGIN(0); return DECSTBM; +t BEGIN(0); // XTWINOPS h BEGIN(0); return DECSET; l BEGIN(0); return DECRST; -- cgit 1.4.1