Screen doesn't do vertical splits. That's a dealbreaker for me. Tmux does. But tmux has another problem: very rapid scrolling in one window will make the program completely unresponsive. In the same situation, screen doesn't have this problem. I posted to the user list and the developer very quickly sent me a patch, but it didn't fix the problem for me, although it worked for the developer. Still working with the dev…
A 'revisited' guide to GNU Screen
11–20 of 31 posts
Re: A 'revisited' guide to GNU Screen
#12Screen doesn't do vertical splits. That's a dealbreaker for me. Tmux does. But tmux has another problem: very rapid scrolling in one window will make the program completely unresponsive. In the same situation, screen doesn't have this problem. I posted to the user list and the developer very quickly sent me a patch, but it didn't fix the problem for me, although it worked for the developer. Still working with the dev…
There is a port of screen that includes vertical splits. Its nifty, but requires the source to be patched: http://fungi.yuggoth.org/vsp4s/
Re: A 'revisited' guide to GNU Screen
#13Screen doesn't do vertical splits. That's a dealbreaker for me. Tmux does. But tmux has another problem: very rapid scrolling in one window will make the program completely unresponsive. In the same situation, screen doesn't have this problem. I posted to the user list and the developer very quickly sent me a patch, but it didn't fix the problem for me, although it worked for the developer. Still working with the dev…
Re: A 'revisited' guide to GNU Screen
#14Oddly, it doesn't mention tmux ( http://tmux.sourceforge.net/ ), a newer project that implements a similar terminal multiplexer. It was redesigned from the ground up to more cleanly accommodate several features that have been grafted onto the screen codebase. (It also has a BSD license, FWIW.) After years, screen still doesn't do vertical screen splits. It turned out to be faster to just start from scratch.
Another thing I found useful with screen was having multiple terminals attached to the same screen session, with each terminal viewing different windows. Tmux will let multiple terminals attach to a single session, but they all see the same thing (again, maybe I just haven't figured out how to do this yet).
Neither of these are deal breakers for me though. I switched from screen a couple months ago, and I've been a happy tmux user since.
Re: A 'revisited' guide to GNU Screen
#15Oddly, it doesn't mention tmux ( http://tmux.sourceforge.net/ ), a newer project that implements a similar terminal multiplexer. It was redesigned from the ground up to more cleanly accommodate several features that have been grafted onto the screen codebase. (It also has a BSD license, FWIW.) After years, screen still doesn't do vertical screen splits. It turned out to be faster to just start from scratch.
Speaking of which, I would like to see an article on tmux. Every now and then a screen article pops up and a few people chime in with the vague advantages of the BSD-licensed tmux, but I haven't seen any actual articles on tmux.
Re: A 'revisited' guide to GNU Screen
#16Oddly, it doesn't mention tmux ( http://tmux.sourceforge.net/ ), a newer project that implements a similar terminal multiplexer. It was redesigned from the ground up to more cleanly accommodate several features that have been grafted onto the screen codebase. (It also has a BSD license, FWIW.) After years, screen still doesn't do vertical screen splits. It turned out to be faster to just start from scratch.
Honestly, it would be odd for a tmux article to go without mentioning screen but there is nothing odd about a screen article not mentioning tmux. Speaking of which, I would like to see an article on tmux. Every now and then a screen article pops up and a few people chime in with the vague advantages of the BSD-licensed tmux, but I haven't seen any actual articles on tmux.
Re: A 'revisited' guide to GNU Screen
#17Oddly, it doesn't mention tmux ( http://tmux.sourceforge.net/ ), a newer project that implements a similar terminal multiplexer. It was redesigned from the ground up to more cleanly accommodate several features that have been grafted onto the screen codebase. (It also has a BSD license, FWIW.) After years, screen still doesn't do vertical screen splits. It turned out to be faster to just start from scratch.
Re: A 'revisited' guide to GNU Screen
#18I almost welcome the bimonthly screen article. I adore that program.
Same here , when i discovered it i couldn't understand how i had been working without it for so long , suddenly i had 1 large terminal rather than "n" different terminals. The only thing i miss now is vertical splits , i think tmux solves that problem as well.
Ctrl-A+S or Ctrl-A+| ?
Re: A 'revisited' guide to GNU Screen
#19Oddly, it doesn't mention tmux ( http://tmux.sourceforge.net/ ), a newer project that implements a similar terminal multiplexer. It was redesigned from the ground up to more cleanly accommodate several features that have been grafted onto the screen codebase. (It also has a BSD license, FWIW.) After years, screen still doesn't do vertical screen splits. It turned out to be faster to just start from scratch.
Honestly, it would be odd for a tmux article to go without mentioning screen but there is nothing odd about a screen article not mentioning tmux. Speaking of which, I would like to see an article on tmux. Every now and then a screen article pops up and a few people chime in with the vague advantages of the BSD-licensed tmux, but I haven't seen any actual articles on tmux.
Re: A 'revisited' guide to GNU Screen
#20Earlier quoted context omitted.
Same here , when i discovered it i couldn't understand how i had been working without it for so long , suddenly i had 1 large terminal rather than "n" different terminals. The only thing i miss now is vertical splits , i think tmux solves that problem as well.
"The only thing i miss now is vertical splits , i think tmux solves that problem as well." Ctrl-A+S or Ctrl-A+| ?