-
-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
write a better screen/tmux #1332
Comments
So ignoring the session stuff, an actual pane is actually pretty decent with Windows Terminal and is based on WinUI (Mono could be used for Linux if considering the UI part only) . This may make no difference to this issue but figured a good example for the panes at least should be mentioned. Also there is an enhancement project to make screen look better, byobu: https://www.byobu.org/ and might provide a source of inspiration as well. |
for some reason i've spent over a decade thinking |
I've personally never used it but I have heard some good things about it. I'm used to running plain old screen if I need to keep a session running for a long running script. |
from what i've seen, screen doesn't support TrueColor aside from in specially-compiled variants of screen5. given that alacritty doesn't support scrollback natively, and encourages tmux etc to effect this, i'm suddenly more interested in quality multiplexor support. what's the common term for these tools (screen, tmux, etc)? multiplexors? screen managers? |
They're referred to as multiplexers typically. There's some color support but that's likely being provided by the terminal. In Windows Terminal, I ssh to a Linux server then enter screen. If you do |
I think I'm coming into agreement with @kovidgoyal that this kind of thing belongs in the terminal emulator itself, if anywhere. closing this up as a NONFIX. |
Hurray a convert :) |
Anything involving
screen
,tmux
or evenmosh
has been unpleasant and underwhelming. It is becoming obvious that, just like Curses, these are products of old thinking, and outdated modalities. We've got just about everything necessary to write One Screen Manager/Multiplexor to Rule Them All with very little additional code.I think we ought marinate on a badass name, and move forward once inspiration strikes on that front.
This of course has ramifications on #381 and possibly others.
What.s.The.Deal.With.The.Hats-vuhy7sNg2zI.mp4
The text was updated successfully, but these errors were encountered: