ZeroK-RTS / Zero-K-Infrastructure

Website, lobby launcher and server, steam deployment, .NET based tools and other vital parts of Zero-K infrastructure
GNU General Public License v3.0
53 stars 52 forks source link

Improve support on distros using 256 color terminals #2794

Closed Porkch0p closed 3 years ago

Porkch0p commented 3 years ago

Most Linux installs are now using 256 color terminals. The launcher conflicts with this. Disables 256 color support at launch of script to fix or improve Chobby#755 (may need to be ported to itch separately)

Porkch0p commented 3 years ago

The choice of "xterm" in the script shouldn't cause any problems, since even if it weren't available, an invalid terminal also falls back correctly in every instance I've seen.