Keystrokes stop showing up in PuTTY

2010-07-21 Thread Samer Atiani
Hello, I'm having a weird problem were tmux windows stop reacting to my keystrokes interactively, this problem only happens to me in PuTTY. When the problem happens, tmux bindings still work (I can switch between windows, go into command/copy mode, etc.), however, when I type something into the w

Re: Keystrokes stop showing up in PuTTY

2010-07-21 Thread Nicholas Marriott
What tmux version, what platform is it running on, what is TERM set to inside and outside tmux, what version of libevent? On Wed, Jul 21, 2010 at 02:46:26PM -0400, Samer Atiani wrote: >Hello, >I'm having a weird problem were tmux windows stop reacting to my >keystrokes interactively,

Re: Keystrokes stop showing up in PuTTY

2010-07-21 Thread Samer Atiani
libevent version: 1.4.1b-stable tmux version: 1.2 platform: ubuntu 9.10, debian squeeze TERM inside tmux: screen TERM outside tmux: xterm On Wed, Jul 21, 2010 at 2:59 PM, Nicholas Marriott < nicholas.marri...@gmail.com> wrote: > What tmux version, what platform is it running on, what is TERM set

Re: Keystrokes stop showing up in PuTTY

2010-07-21 Thread Nicholas Marriott
I take it that is 1.4.14b libevent. So are you doing anything particular when it happens? Running any particular program? After it freezes, can you still detach tmux? What does "C-b : lsc" say after it happens? Does C-b r fix it? On Wed, Jul 21, 2010 at 03:10:49PM -0400, Samer Atiani wrote: >

Re: Keystrokes stop showing up in PuTTY

2010-07-21 Thread Samer Atiani
Yes, its 1.4.14b , sorry. As I said I can't reproduce it, so I don't know exactly the sequence of events that leads to this behavior, nor do I have this problem happening to me now so I can answer your other questions. However, I'll keep you posted the next time it happens. Many thanks for your

Re: Keystrokes stop showing up in PuTTY

2010-07-21 Thread Richard Morse
Is it related to changing the terminal size (ie, the PuTTY window size) too quickly? I've just discovered that quickly changing the size of the Terminal.app window can sometimes cause tmux to stop updating the screen until the window is sized back to the size it had been... Ricky On Jul 21, 20

Re: Keystrokes stop showing up in PuTTY

2010-07-21 Thread Nicholas Marriott
over ssh or running natively? sounds like problems with SIGWINCH or TIOCGWINSZ On Wed, Jul 21, 2010 at 03:55:35PM -0400, Richard Morse wrote: > Is it related to changing the terminal size (ie, the PuTTY window size) too > quickly? I've just discovered that quickly changing the size of the > Te

Re: Keystrokes stop showing up in PuTTY

2010-07-21 Thread Richard Morse
This is tmux running locally. Ricky On Jul 21, 2010, at 3:58 PM, Nicholas Marriott wrote: > over ssh or running natively? > > sounds like problems with SIGWINCH or TIOCGWINSZ > > > On Wed, Jul 21, 2010 at 03:55:35PM -0400, Richard Morse wrote: >> Is it related to changing the terminal size (i

Re: Keystrokes stop showing up in PuTTY

2010-07-21 Thread TiM
I have seen this exact issue as well. If it happens again, is there anything I can do to help debug what the problem could be? tmux-1.3 and 1.4.14b-stable Regards, Tim On Thu, July 22, 2010 7:59 am, Richard Morse wrote: > This is tmux running locally. > > Ricky > > On Jul 21, 2010, at 3:58 PM,