tmux lead to terminal suspended animation on FreeBSD 8.1

2011-01-24 Thread alphachi
After upgrading to 1.4, tmux is often similar suspended animation: mouse and keyboard are invalid, but if killing the terminal from ssh and using tmux attach, tmux can continue to use. Beginning to think the problem is the configuration file, but trying to use the default configuration file is stil

Re: Passing escape sequences to the underlying terminal

2011-01-24 Thread Nicholas Marriott
I'd introduce tty_cmd_rawstring or something and use it with tty_write. On Mon, Jan 24, 2011 at 03:20:05PM -0800, Kevin Goodsell wrote: > On Fri, Jan 21, 2011 at 12:38 PM, Nicholas Marriott > wrote: > > On Fri, Jan 21, 2011 at 11:04:06AM -0800, Kevin Goodsell wrote: > >> > >> The second approac

Re: Passing escape sequences to the underlying terminal

2011-01-24 Thread Kevin Goodsell
On Fri, Jan 21, 2011 at 12:38 PM, Nicholas Marriott wrote: > On Fri, Jan 21, 2011 at 11:04:06AM -0800, Kevin Goodsell wrote: >> >> The second approach would require allowing all characters except ESC >> (and possibly the C1 ST character, but it looks like tmux does not >> currently support those)

Re: tmux config: cannot "bind -t vi-copy C-PPage"

2011-01-24 Thread Micah Cowan
(01/24/2011 02:41 PM), clemens fischer wrote: > On Tue-2011/01/18-21:47 clemens fischer wrote > in gmane.comp.terminal-emulators.tmux.user > (MID ): > >> tmux github version from today (the master branch), on Linux >> 2.6.36.3-spott i686 and rxvt-unicode-256color-9.07-10. >> >> I have the followin

Re: tmux config: cannot "bind -t vi-copy C-PPage"

2011-01-24 Thread clemens fischer
On Tue-2011/01/18-21:47 clemens fischer wrote in gmane.comp.terminal-emulators.tmux.user (MID ): > tmux github version from today (the master branch), on Linux > 2.6.36.3-spott i686 and rxvt-unicode-256color-9.07-10. > > I have the following lines in $HOME/.tmux.conf: > > bind-key -t vi-copy C-PP