Re: tmux 2.0 lags when creating or splitting windows

2015-05-22 Thread alphachi
> From: alphachi > Date:22/05/2015 17:11 (GMT+00:00) > To: Nicholas Marriott > Cc: "list: tmux" > Subject: Re: tmux 2.0 lags when creating or splitting windows > > OK, I created a new user named test: > $ whoami > test > $ pw usershow test > test:*:1

Re: tmux 2.0 lags when creating or splitting windows

2015-05-22 Thread Nicholas Marriott
More likely something in your tcsh profiles or the system ones Original message From: alphachi Date:22/05/2015 17:11 (GMT+00:00) To: Nicholas Marriott Cc: "list: tmux" Subject: Re: tmux 2.0 lags when creating or splitting windows OK, I created a new user

Re: tmux 2.0 lags when creating or splitting windows

2015-05-22 Thread alphachi
OK, I created a new user named test: $ whoami test $ pw usershow test test:*:1002:1002::0:0:User &:/home/test:/bin/sh $ pwd /home/test $ ls -a . .. Then I find the reason: if the shell is csh/tcsh, it must lag. I tested sh/bash and they haven't any problem. Is this a bug of csh/tcsh or tmux

Re: tmux 2.0 lags when creating or splitting windows

2015-05-22 Thread Nicholas Marriott
Hi If you create a new user without the default profiles etc, does it lag too? On Fri, May 22, 2015 at 03:39:15PM +0800, alphachi wrote: >Environment: FreeBSD 10.1R amd64, uxterm 318, tcsh 6.18.01, tmux 2.0, >libevent2 2.0.22_1 > >When starting tmux in uxterm, I have to wait about

tmux 2.0 lags when creating or splitting windows

2015-05-22 Thread alphachi
Environment: FreeBSD 10.1R amd64, uxterm 318, tcsh 6.18.01, tmux 2.0, libevent2 2.0.22_1 When starting tmux in uxterm, I have to wait about 5 seconds for the new window creating. If I create a new window or split the existing window, the wait time is similar. Before upgrading to 2.0, these are ver

Re: tmux splitting single commands?

2014-04-14 Thread Chris Berkhout
gt; To: Nicholas Marriott > Cc: tmux-users@lists.sourceforge.net > Subject: Re: tmux splitting single commands? > > > Update: I'm not seeing it in plain bash with startup files sourced twice. > It's just when inside tmux. > > I'm interested in how that bash might be diffe

Re: tmux splitting single commands?

2013-11-18 Thread Nicholas Marriott
: tmux splitting single commands? Update: I'm not seeing it in plain bash with startup files sourced twice. It's just when inside tmux. I'm interested in how that bash might be different from the normal one, but I'm a bit stuck at the moment. Cheers, Chris On Sun, Nov

Re: tmux splitting single commands?

2013-11-17 Thread Chris Berkhout
gt; >> >> >> Original message >> From: Chris Berkhout >> Date: 16/11/2013 05:24 (GMT+01:00) >> To: Nicholas Marriott >> Cc: tmux-users@lists.sourceforge.net >> Subject: Re: tmux splitting single commands? >> >> >> Hi Nich

Re: tmux splitting single commands?

2013-11-15 Thread Nicholas Marriott
splitting single commands? Hi Nicholas, Thanks for the reply! I've done that now. Open this link: https://gist.github.com/chrisberkhout/ca88866fca2613072f6e#file-tmux-server-9841-log-L1804 and it will take you to the line in the log where I entered "cd kiste" and it did "cd&q

Re: tmux splitting single commands?

2013-11-15 Thread Chris Berkhout
gt; together with the command you were trying to run. > > > > Original message > From: Chris Berkhout > Date: 15/11/2013 00:52 (GMT+01:00) > To: tmux-users@lists.sourceforge.net > Subject: tmux splitting single commands? > > > Hi all, > > I'm get

Re: tmux splitting single commands?

2013-11-14 Thread Nicholas Marriott
Please restart tmux and run with -v. Then reproduce and send me the logs together with the command you were trying to run. Original message From: Chris Berkhout Date: 15/11/2013 00:52 (GMT+01:00) To: tmux-users@lists.sourceforge.net Subject: tmux splitting single commands

tmux splitting single commands?

2013-11-14 Thread Chris Berkhout
Hi all, I'm getting problems like this: $ ping google.com Usage: ping [-aAbBdDfhLnOqrRUvV] [-c count] [-i interval] [-I interface] [-m mark] [-M pmtudisc_option] [-l preload] [-p pattern] [-Q tos] [-s packetsize] [-S sndbuf] [-t ttl] [-T timestamp_option] [-w d

Re: Splitting

2010-09-05 Thread Stealth
Yes, windows indeed. That's what happens when I write emails after bedtime :P Thanks :) On 9/5/2010 1:04 AM, SamLT wrote: > On Sat, Sep 04, 2010 at 07:24:59PM -0700, Stealth wrote: >> This is probably a very simple question, but I need to split my window >> and have the split use an already exi

Re: Splitting

2010-09-05 Thread SamLT
On Sat, Sep 04, 2010 at 07:24:59PM -0700, Stealth wrote: > This is probably a very simple question, but I need to split my window > and have the split use an already existing session instead of creating a > new one... > > I usually have 3 sessions at once, each running a different program. > Some

Splitting

2010-09-04 Thread Stealth
This is probably a very simple question, but I need to split my window and have the split use an already existing session instead of creating a new one... I usually have 3 sessions at once, each running a different program. Sometimes I need to see 0&1 at the same time, or 0&2. Is this possible?