Re: Keystrokes stop showing up in PuTTY

2010-07-22 Thread Nicholas Marriott
The last diff was slightly wrong, please test this instead. This should not only fix the problem but can also be a spectacular optimisation when tmux is running locally (not over ssh). This makes it so that if the reader (typically xterm) cannot keep up with the output, tmux ONLY updates its inte

Re: Keystrokes stop showing up in PuTTY

2010-07-22 Thread Nicholas Marriott
don't bother with this, there is a better one coming soon On Thu, Jul 22, 2010 at 11:15:09PM +0100, Nicholas Marriott wrote: > Anyone seeing this or not seeing it please try this and let me know of > any strangeness > > > Index: server-client.c >

Re: Keystrokes stop showing up in PuTTY

2010-07-22 Thread Nicholas Marriott
Anyone seeing this or not seeing it please try this and let me know of any strangeness Index: server-client.c === RCS file: /cvs/src/usr.bin/tmux/server-client.c,v retrieving revision 1.35 diff -u -p -r1.35 server-client.c --- server

Re: Adding double-quote and quote characters to word-separators

2010-07-22 Thread Nicholas Marriott
it is is the same as sh, ' doesn't have escapes, only " does, so you need "'\"" On Thu, Jul 22, 2010 at 12:08:05PM -0400, Samer Atiani wrote: >Hello, >How do I add both quote and doubleqote characters to word-separators >option in tmux? >Currently I can only choose either quote or

Re: Keystrokes stop showing up in PuTTY

2010-07-22 Thread Samer Atiani
The problem has happened to me again, but I was able to fix it after it occured. I typed "C-b : lsc" and it returned this: /dev/pts/4: 0 [208x62 xterm] [0/2] /dev/pts/5: 0 [208x62 xterm] so I detached and from the terminal I typed: tmux detach

Adding double-quote and quote characters to word-separators

2010-07-22 Thread Samer Atiani
Hello, How do I add both quote and doubleqote characters to word-separators option in tmux? Currently I can only choose either quote or doublequote depending on how I enclose the string, so if I enclose a string in quotes, I can put doublequotes like below: set-window-option -g word-separators '

Re: Keystrokes stop showing up in PuTTY

2010-07-22 Thread Nicholas Marriott
yes, this is a known problem when a stale client is left behind, it used to happen because we did not pick up HUP, but we do now micahcowan and i started discussing this as a potential problem with ssh before, because ssh will not know to disconnect the client (tcp will not tell it), so tmux will