Re: tmux 2.0 lags when creating or splitting windows

2015-05-22 Thread alphachi
The user test's csh/tcsh profiles are empty, and all of system-wide csh/tcsh profiles are the default. Paranoid in Sabbath ... 2015-05-23 1:08 GMT+08:00 Nicholas Marriott : > More likely something in your tcsh profiles or the system ones > > > Original message

Re: tmux 2.0 lags when creating or splitting windows

2015-05-22 Thread alphachi
h or tmux 2.0? 2015-05-22 16:09 GMT+08:00 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

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: How to input same commands for multi-window/pane

2011-06-27 Thread alphachi
Thanks! It's what I need. PS: can synchronize windows ? -- All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, frau

How to input same commands for multi-window/pane

2011-06-26 Thread alphachi
I have connected a few servers in multi-window/pane. If I want to run the same commands like "ping *.*.*.*" for these servers, how can I only input once instead of inputting in every window/pane? Thanks! -- All of the data

Re: How to differentiate tmux environment between Console and X

2011-06-26 Thread alphachi
Thanks for your opinions, but the problem can't be resolved. Look at the comparison: 1. tmux of console: $TERM is screen. $tty is pts/*. $DISPLAY don't exists. 2. ssh to other host in tmux of console: $TERM is screen. $tty is pts/*. $DISPLAY don't exists. 3. tmux of X: $TERM is screen. $tty is p

Re: How to differentiate tmux environment between Console and X

2011-06-15 Thread alphachi
Sorry my express... This is my .cshrc: ... if ($TERM == "cons25") then set prompt = "%m:%l=%// > " else set prompt = "%{\e]0;%m:%l=%//\a%}> " endif ... Under the console, the screen is: ... ... ... hostname:tty=path > ... Under xterm, the screen is: ... ... ..

How to differentiate tmux environment between Console and X

2011-06-14 Thread alphachi
I want to customize my csh prompt based on the current environment. For example, I can determine the current environment according to $TERM: "$TERM == 'cons25'" is Console; "$TERM == 'xterm'" is X. But for tmux the $TERM is still screen, whether under Console or X. How can I differentiate tmux env

Re: How to show dynamic title for xterm/uxterm

2011-06-03 Thread alphachi
2011/6/3 Nicholas Marriott > title supports UTF-8 in latest SVN, will be in 1.5 > > > On Fri, Jun 03, 2011 at 11:47:17AM +0800, alphachi wrote: > >2011/6/2 Nicholas Marriott <[1]nicholas.marri...@gmail.com> > > > > you want #T and then configure your

Re: How to show dynamic title for xterm/uxterm

2011-06-02 Thread alphachi
2011/6/2 Nicholas Marriott > you want #T and then configure your shell to set the title inside tmux > to whatever you want > > On Thu, Jun 02, 2011 at 06:19:33PM +0800, alphachi wrote: > >OS: FreeBSD 8.2R amd64 > > > >~/.tmux.conf: > >set-option -

Re: How to show dynamic title for xterm/uxterm

2011-06-02 Thread alphachi
Sorry, the config is "#pwd", not #pwd". -- Simplify data backup and recovery for your virtual environment with vRanger. Installation's a snap, and flexible recovery options mean your data is safe, secure and there when you

How to show dynamic title for xterm/uxterm

2011-06-02 Thread alphachi
OS: FreeBSD 8.2R amd64 ~/.tmux.conf: set-option -g set-titles on set-option -g set-titles-string #pwd" set-window-option -g automatic-rename on set-option -g status-interval 1 ... I want to change the title of xterm/uxterm dynamically when I use command like "cd". That is to say, I want to show t

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