tmux 1.8 Released
tmux.sourceforge.net
tmux 1.8 Released
1–10 of 162 posts
Re: tmux 1.8 Released
#2Re: tmux 1.8 Released
#3Changelog: http://sourceforge.net/p/tmux/tmux-code/ci/master/tree/CHANG...
* Resizing panes will now reflow the text inside them.
Finally! I did not expect this feature, I thought the author was opposed to it. It is the one thing I have missed from screen (and part of the reason why I originally started using screen, since xterm does not reflow on resize either).Re: tmux 1.8 Released
#4Anybody know if it's possible to move between terminal windows (panes in tmux lingo) "clockwise" and "anti-clockwise"?
Re: tmux 1.8 Released
#5What is the simplest way to install tmux 1.8 on Ubuntu 12.04?? Running `sudo apt-get install tmux` puts tmux 1.6 on my system...
Re: tmux 1.8 Released
#6Should i finally switch from screens to tmux?
Re: tmux 1.8 Released
#7What is the simplest way to install tmux 1.8 on Ubuntu 12.04?? Running `sudo apt-get install tmux` puts tmux 1.6 on my system...
Until it is packaged, it is fairly easy to build yourself. You just need libevent and ncurses.
Re: tmux 1.8 Released
#8What is the simplest way to install tmux 1.8 on Ubuntu 12.04?? Running `sudo apt-get install tmux` puts tmux 1.6 on my system...
Well the easiest way is either to wait for it to appear in the repos or wait for someone to package it and put it into a PPA. However, it doesn't have that many dependencies, so building it yourself is another not too stressful option.
Re: tmux 1.8 Released
#9What is the simplest way to install tmux 1.8 on Ubuntu 12.04?? Running `sudo apt-get install tmux` puts tmux 1.6 on my system...
I wouldn't suggest a questionable .deb somewhere...so you best just download source and ./configure then make then make install as described in the README: http://sourceforge.net/p/tmux/tmux-code/ci/master/tree/READM....
You might need: 'apt-get install libevent-dev' as a prerequisite.
Re: tmux 1.8 Released
#10Should i finally switch from screens to tmux?
You should have switched a long time ago, but now is as good a time as any :P