contour-terminal / contour

Modern C++ Terminal Emulator
http://contour-terminal.org/
Apache License 2.0
2.32k stars 101 forks source link

Do not export TERM env var when using ConPTY (on Windows) #1553

Closed christianparpart closed 6 days ago

christianparpart commented 6 days ago

Some apps on Windows can't handle a TERM variable that they do not know about. There is also no way to resolve terminfo db entries on Windows neither. So simply don't export it, such that apps won't get confused.