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
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
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
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
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
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
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:
...
...
..
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
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
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 -
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
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
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
13 matches
Mail list logo