Stucked tab value display #18640
-
At the tab, it will print out what is happening in that particular tab. The picture shows that it says I'm on the nio@VOIP2 server and I'm running mc and I'm in the specified directory. However, in the linux prompt, you can see that I am actually on my own machine and no GUI or CLI program is running, I am just in the prompt. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The issue likely happens because Windows Terminal relies on the shell (I meant something like ssh, mc, or zellij, like you said) to send escape sequences that update the title. Keep in mind that they just don't work sometimes. Since you're using zellij, it might not be sending updates properly after your session. Have you checked if |
Beta Was this translation helpful? Give feedback.
The issue likely happens because Windows Terminal relies on the shell (I meant something like ssh, mc, or zellij, like you said) to send escape sequences that update the title. Keep in mind that they just don't work sometimes. Since you're using zellij, it might not be sending updates properly after your session. Have you checked if
disableDynamicTitle
is set tofalse
in thesettings.json
? You need this to allow updates cause if you haven't done that, this might be the problem. The other issue could be that your terminal isn't receiving the update. There is a way to send the update manually usingecho
but I don't remember the flag sadly