Re: Environment with new windows

2010-11-12 Thread Nicholas Marriott
On Fri, Nov 12, 2010 at 12:39:59AM -0500, Ben Boeckel wrote: > Hi, > > I've been using tmux for a while now and have attached to a session > via ssh and then detached. When I go back to the machine with the > original session, any new windows have the environment of the ssh > session where the att

Re: Integration with a terminal emulator

2010-11-12 Thread Nicholas Marriott
On Thu, Nov 11, 2010 at 04:15:29PM -0800, George Nachman wrote: > >> That would work. We could actually go all-pull on the protocol and > >> have a blocking "poll for new data" command that I send you, if that > >> makes life any easier. It's all the same from the client's end. > > > > Hmm. It all

Tmux crashes on attaching

2010-11-12 Thread Jan Seeger
Greetings! I am using tmux version 1.3.1, and the tmux server keeps on crashing during an attach. The relevant error line is "fatal: tty_raw: write failed: Resource temporarily unavailable". I have a window manager shortcut set up to execute "xterm -e 'tmux attach -d'" to open a terminal when I p

Re: Tmux crashes on attaching

2010-11-12 Thread Thomas Adam
On 12 November 2010 14:43, Jan Seeger wrote: > Greetings! > > I am using tmux version 1.3.1, and the tmux server keeps on crashing > during an attach. The relevant error line is "fatal: tty_raw: write > failed: Resource temporarily unavailable". > > I have a window manager shortcut set up to execu

Window updates stop until moved

2010-11-12 Thread Nicholas Riley
Hi, I have been attempting to switch to tmux but keep running into a problem where a window doesn't update. >From time to time, when I type into a window, only the cursor position updates; the window contents don't. I can unfreeze the window by moving it either to another position in the sess

Re: Window updates stop until moved

2010-11-12 Thread Micah Cowan
On 11/12/2010 08:25 PM, Nicholas Riley wrote: >>From time to time, when I type into a window, only the cursor position > updates; the window contents don't. I can unfreeze the window by moving > it either to another position in the session or to a different session. > > I've found a few mention

Re: Window updates stop until moved

2010-11-12 Thread Nicholas Riley
In article <4cde1a6b.4010...@cowan.name>, Micah Cowan wrote: > Not true; should be fixed in current CVS HEAD. As a workaround, detach > any other clients currently attached to the same session (use D). This does sound encouraging as I do often have multiple clients attached to a session. How