You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Do not run these on windows because they'll fail with:
72
+
// hinshun\vt10x@v0.0.0-20220119200601-820417d04eec\vt_other.go:26:8: t.cur.attr undefined (type Cursor has no field or method attr, but does have field Attr)
73
+
ifruntime.GOOS=="windows" {
74
+
t.Skip("Skipping on Windows")
75
+
}
76
+
70
77
// Create a PTY and hook up a virtual terminal emulator
0 commit comments