export COLORTERM=truecolor

This commit is contained in:
Felix C. Stegerman
2020-06-22 00:48:36 +02:00
committed by Leonid Pliushch
parent 33def928cf
commit 930029b5d2

View File

@@ -139,6 +139,7 @@ public final class BackgroundJob {
List<String> environment = new ArrayList<>();
environment.add("TERM=xterm-256color");
environment.add("COLORTERM=truecolor");
environment.add("HOME=" + TermuxService.HOME_PATH);
environment.add("PREFIX=" + TermuxService.PREFIX_PATH);
environment.add("BOOTCLASSPATH=" + System.getenv("BOOTCLASSPATH"));