Re: Question about Xterm title

2005-02-18 Thread Al Elgert
Serge Koksharov schrieb am 18.02.2005 um 06:32:52 (+0300): > On Thu, Feb 17, 2005 at 04:12:49PM +0100, Al Elgert wrote: > > Hello, > > > > you can change the title with this command (if the term supports it): > > > > echo -en "\033]0;--- $HOSTNAME $TERM $$ ---\007" > > ^^

Re: Question about Xterm title

2005-02-17 Thread Serge Koksharov
On Thu, Feb 17, 2005 at 04:12:49PM +0100, Al Elgert wrote: > Hello, > > you can change the title with this command (if the term supports it): > > echo -en "\033]0;--- $HOSTNAME $TERM $$ ---\007" >^^ May be I'm don't explained clearly enough.

Re: Question about Xterm title

2005-02-17 Thread Al Elgert
Serge Koksharov schrieb am 13.02.2005 um 22:52:28 (+0300): > Hello, dear all! > > I am bash v3.0 user. Often I need to run long-lived foreground tasks and I > wish the name of the task with its arguments to be shown in the Xterm title. > Much like preexec() function from zsh. I'm very happy with

Question about Xterm title

2005-02-14 Thread Serge Koksharov
Hello, dear all! I am bash v3.0 user. Often I need to run long-lived foreground tasks and I wish the name of the task with its arguments to be shown in the Xterm title. Much like preexec() function from zsh. I'm very happy with bash, and don't want to change my shell, but I'm badly need this fea