Check $COLUMNS
and $LINES
report correct values in readline preview
#884
Labels
Investigate
Not a bug nor a feature request
$COLUMNS
and$LINES
likely reports fromos.Stdin.Fd
rather thanp.Stdout.File.Fd
.This would lead to
$COLUMNS
and$LINES
not reporting the right size for differently sized PTYs.The text was updated successfully, but these errors were encountered: