How this has been spotted:
qvm-run --pass-io anon-whonix update-torbrowser
qvm-run --pass-io anon-whonix "tput cols"
What really happens:
TERM="" tput cols
tput: No value for $TERM and no -T specified
How this has been spotted:
qvm-run --pass-io anon-whonix update-torbrowser
qvm-run --pass-io anon-whonix "tput cols"
What really happens:
TERM="" tput cols
tput: No value for $TERM and no -T specified
Related, has it been considered for qvm-run --pass-io to set or not set environment variable TERM? I wonder if the current implementation is correct. @marmarek
qvm-run --pass-io uses simple pipe (not virtual terminal), so it is
expected to not have TERM set.