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
{{ message }}
This repository has been archived by the owner on Mar 10, 2021. It is now read-only.
Hi!
code assumes that all linux targets have
static TIOCGWINSZ: c_ulong = 0x5413;
this is not the case, on ppc64 (and maybe ppc, not sure) it's
0x40087468
I've described a fun bug it caused here in detail: nushell/nushell#2618 (comment)
The text was updated successfully, but these errors were encountered: