arakiken / mlterm

Other
156 stars 13 forks source link

COLORTERM is not set when vt_color_mode is set to true #36

Open ghost opened 2 years ago

ghost commented 2 years ago

environment variable $COLORTERM must be set to truecolor when terminal supports true color. because some applications look up to that variable to check if support for true colors is available

ghost commented 2 years ago

if anybody else also has this issue, you can put this in ~/.mlterm/main as a workaround for now

init_str = COLORTERM=truecolor&&clear\n
arakiken commented 2 years ago

Thanks. I fixed. https://github.com/arakiken/mlterm/commit/8227c6042a80aed12ee7d7ba284514308f8556a0