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
tmux is nice to have as it lets a user easily switch between viewing some code and doing something in the terminal (such as running a tool to see its output and compare it to the source code). I can imagine a good amount of users would use tmux if they are familiar with it.
While tmux works in the environment, it seems to have issues with encoding the user and hostname. For example, freecc@node1:~$ ends up being \[\033[01;32m\]\u@\h:\W$ \[\033[0m\]. It is on the container side, as the same thing happens when using tmux under docker exec.
This is a very minor bug, of course, but I wanted to make note of it as tmux is quite popular.
We may also consider having a visual tab for a second terminal environment to serve the same purpose (it would be connected to the same docker container). This is on my list of features to add for interface improvement (#110).
The text was updated successfully, but these errors were encountered:
Thanks for looking into this @ouankou! I'm glad the solution is something simple. We can incorporate it if you like, but it's pretty low priority so I'm fine either way.
I still want to make the visual tab component, like the one on play-with-go. In that case, we probably don't even need tmux, although it still may be useful for the rare user who is deadset on tmux :-)
tmux is nice to have as it lets a user easily switch between viewing some code and doing something in the terminal (such as running a tool to see its output and compare it to the source code). I can imagine a good amount of users would use tmux if they are familiar with it.
While tmux works in the environment, it seems to have issues with encoding the user and hostname. For example,
freecc@node1:~$
ends up being\[\033[01;32m\]\u@\h:\W$ \[\033[0m\]
. It is on the container side, as the same thing happens when using tmux under docker exec.This is a very minor bug, of course, but I wanted to make note of it as tmux is quite popular.
We may also consider having a visual tab for a second terminal environment to serve the same purpose (it would be connected to the same docker container). This is on my list of features to add for interface improvement (#110).
The text was updated successfully, but these errors were encountered: