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
Known-interactive-terminal detection looks at just the terminal type
Instead of looking at the full string. Prior to this patch, terminal="x11
noenhanced" would fail the known-interactive-terminal test because "x11" != "x11
noenhanced"
0 commit comments