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
{{ message }}
This repository was archived by the owner on Sep 20, 2021. It is now read-only.
I don't actually know if screen may cause similar bugs as tmux but perhaps it might be useful to check if we are running in it.
Just like we did for tmux with Console::isTmuxRunning I think we should introduce Console::isScreenRunning.
Even if adapting escape sequences is not required when we are in screen I think this method will still be useful for developers to know from their code if the users is inside a multiplexer.