We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
$COLUMNS
$LINES
$COLUMNS and $LINES likely reports from os.Stdin.Fd rather than p.Stdout.File.Fd.
os.Stdin.Fd
p.Stdout.File.Fd
This would lead to $COLUMNS and $LINES not reporting the right size for differently sized PTYs.