Re: tmux: open terminal failed: missing or unsuitable terminal: xterm
On Sat, Mar 5, 2011 at 4:47 AM, Nicholas Marriott wrote: > It looks like your shell is exiting after > > 22804 write(2, "sh: vifm: command not found\n", 28) = 28 > 22802 <... epoll_wait resumed> {{EPOLLIN, {u32=14, u64=14}}}, 32, 484) = 1 > 22804 exit_group(127) = ? > > but that has nothing to do with the error you are seeing. In fact, that > error does not appear in the strace at all. > > Can you strace the server then the client that fails to attach to > different files? Preferably with a new user with no shell startup files. Unfortunately i can't get a new user account on the server where i am having this issue. I tried removing the shell startup files for my account but this does not help. However setting the TERMINFO path as pointed by Micah fixes this. I just added it in my bashrc for now. -- Regards, Vaibhav -- What You Don't Know About Data Connectivity CAN Hurt You This paper provides an overview of data connectivity, details its effect on application quality, and explores various alternative solutions. http://p.sf.net/sfu/progress-d2d ___ tmux-users mailing list tmux-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tmux-users
swap pane between windows
Hi, I have been using tmux for 2 months now, so kind of beginner. Is there an option to swap pane from one window to another window of the same tmux session. Thanks, Vinoth -- What You Don't Know About Data Connectivity CAN Hurt You This paper provides an overview of data connectivity, details its effect on application quality, and explores various alternative solutions. http://p.sf.net/sfu/progress-d2d___ tmux-users mailing list tmux-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tmux-users
Re: swap pane between windows
On Mon, Mar 07, 2011 at 01:36:34PM -0800, Vinoth Selvaraj wrote: > Hi, > > I have been using tmux for 2 months now, so kind of beginner. > Is there an option to swap pane from one window to another window of the > same tmux session. > try something like this: swap-pane -s :7.1 -t :8.3 > Thanks, > Vinoth > -- > What You Don't Know About Data Connectivity CAN Hurt You > This paper provides an overview of data connectivity, details > its effect on application quality, and explores various alternative > solutions. http://p.sf.net/sfu/progress-d2d > ___ > tmux-users mailing list > tmux-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/tmux-users -- What You Don't Know About Data Connectivity CAN Hurt You This paper provides an overview of data connectivity, details its effect on application quality, and explores various alternative solutions. http://p.sf.net/sfu/progress-d2d ___ tmux-users mailing list tmux-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tmux-users
Re: swap pane between windows
Thanks, that worked On Mon, Mar 7, 2011 at 2:28 PM, SamLT wrote: > On Mon, Mar 07, 2011 at 01:36:34PM -0800, Vinoth Selvaraj wrote: > > Hi, > > > > I have been using tmux for 2 months now, so kind of beginner. > > Is there an option to swap pane from one window to another window of the > > same tmux session. > > > > try something like this: > swap-pane -s :7.1 -t :8.3 > > > Thanks, > > Vinoth > > > > -- > > What You Don't Know About Data Connectivity CAN Hurt You > > This paper provides an overview of data connectivity, details > > its effect on application quality, and explores various alternative > > solutions. http://p.sf.net/sfu/progress-d2d > > > ___ > > tmux-users mailing list > > tmux-users@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/tmux-users > > -- What You Don't Know About Data Connectivity CAN Hurt You This paper provides an overview of data connectivity, details its effect on application quality, and explores various alternative solutions. http://p.sf.net/sfu/progress-d2d___ tmux-users mailing list tmux-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tmux-users
Re: [PATCH] Add support for passing control sequences to the underlying terminal
fair enough yeah, committed On Thu, Mar 03, 2011 at 05:44:49PM -0800, Kevin Goodsell wrote: > On Thu, Mar 3, 2011 at 12:08 PM, Nicholas Marriott > wrote: > > Oh hmm. Remind me why we need to do that? > > > > What would the alternative be? There are a lot of escaping schemes > that could be used, but surely some form of escaping is necessary if > arbitrary strings are to be passed through (or an alternate encoding > for the data, an option that was discussed previously). > > -Kevin -- What You Don't Know About Data Connectivity CAN Hurt You This paper provides an overview of data connectivity, details its effect on application quality, and explores various alternative solutions. http://p.sf.net/sfu/progress-d2d ___ tmux-users mailing list tmux-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tmux-users
Re: [PATCH] Add support for passing control sequences to the underlying terminal
cheers On Mon, Mar 07, 2011 at 11:46:44PM +, Nicholas Marriott wrote: > fair enough yeah, committed > > > On Thu, Mar 03, 2011 at 05:44:49PM -0800, Kevin Goodsell wrote: > > On Thu, Mar 3, 2011 at 12:08 PM, Nicholas Marriott > > wrote: > > > Oh hmm. Remind me why we need to do that? > > > > > > > What would the alternative be? There are a lot of escaping schemes > > that could be used, but surely some form of escaping is necessary if > > arbitrary strings are to be passed through (or an alternate encoding > > for the data, an option that was discussed previously). > > > > -Kevin -- What You Don't Know About Data Connectivity CAN Hurt You This paper provides an overview of data connectivity, details its effect on application quality, and explores various alternative solutions. http://p.sf.net/sfu/progress-d2d ___ tmux-users mailing list tmux-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tmux-users