randy3k / radian

A 21 century R console
MIT License
1.96k stars 73 forks source link

Colored text output not working #468

Closed khvorov45 closed 4 months ago

khvorov45 commented 5 months ago

Screenshot from 2024-02-06 14-26-03

Left - radian console, right - normal R console. Test code is

cat('\033[0;32m hello world  \033[0m \n')

It's green in the R console but white in the radian console.

radian version: 0.6.11
r executable: /usr/lib/R/bin/R
r version: 4.3.2
python executable: /usr/bin/python3
python version: 3.10.12
randy3k commented 4 months ago

Oh, it is due to a recent commit, please fix soon.