ColdGrub1384 / LibTerm

iOS sandboxed terminal with Python, Lua and Clang
https://libterm.app
MIT License
630 stars 115 forks source link

$TERM variable is incorrect #39

Closed dullbananas closed 4 years ago

dullbananas commented 4 years ago

The TERM environment variable in LibTerm is set to xterm. It should actually be xterm-color (or maybe xterm-256color) because the terminal appears to support ANSI colors.

This issue is causing an issue with my Python implementation of the Git CLI, since it's causing Click to think that colors are not supported and therefore removing ANSI colors.