tmux DoS through /tmp

2011-10-21 Thread Dustin Kirkland
Hello, I found it fairly easy to DoS another local user by mkdir'ing the 'foo' user's /tmp/foo-1001 socket directory before they did. Should tmux perhaps mktemp -d or something less predictable? Or other test for rwx on the regular directory name and tack on an iterator until it gets one that wo

Re: swap an existing window with a pane

2011-10-21 Thread arno
Le vendredi 21 octobre 2011, à 15:20:47 +0100, Nicholas a écrit : > You can use swap-pane Thanks, this is a good first step. If I use swap-pane -s 0:+1.0 I can put the next window in the current pane. But when calling that command again, I get previous window back instead of getting third windo

Re: swap an existing window with a pane

2011-10-21 Thread Nicholas Marriott
You can use swap-pane On Fri, Oct 21, 2011 at 04:07:40PM +0200, arno wrote: > Hi, > screen makes no distinction between a window and a pane. That makes it easy > to: > > have a splitted window. > Have a fixed upper pane. > Pass all existing window, one after the other in the lower pane. > > >

swap an existing window with a pane

2011-10-21 Thread arno
Hi, screen makes no distinction between a window and a pane. That makes it easy to: have a splitted window. Have a fixed upper pane. Pass all existing window, one after the other in the lower pane. _ | | | win 0 | |

Pasting buffer contents to a window with a dot in its name

2011-10-21 Thread Murali Suriar
Hi folks, My apologies if this is answered elsewhere; I looked through the man page and the list archives and couldn't find anything related. I often use multiple tmux windows to connect to various remote hosts, with each window name corresponding to the remote hostname. If the remote hostname co

Re: Change colours in ins versus cmd edit mode

2011-10-21 Thread Nicholas Marriott
Thanks for all of these, I'm a bit busy with work at the moment but I'll try to look at them this weekend. On Thu, Oct 20, 2011 at 05:31:44PM -0400, Ben Boeckel wrote: > Hi, > > More patches :) . These add options for different message-{bg,fg,attr} > colours when in command mode versus insert m