You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, it happens if I run runx only. However, it does not happen with x11docker.
runx and x11docker use some escape codes for colored output. Maybe that causes the font changes on MS Windows? However, than it should happen with both of them.
You could try:
# Terminal colors used for messages and --verbose=c
Esc="$(printf '\033')"
Colblue="${Esc}[35m"
Colyellow="${Esc}[33m"
Colgreen="${Esc}[32m"
Colgreenbg="${Esc}[42m"
Colred="${Esc}[31m"
Colredbg="${Esc}[41m"
Coluline="${Esc}[4m"
Colnorm="${Esc}[0m"
echo "Hello previous world $Colgreen Hello green world $Colnorm Hello normal world"
I once found that the font change happens even before one line of code is executed.
I admit that I don't feel very encouraged to investigate further as long as this is not a big issue and not basically caused by x11docker itself.
I'll just close unfixed.
Coming from #219
@eine wrote:
The text was updated successfully, but these errors were encountered: