On Tue, Jun 2, 2009 at 5:36 PM, Dan Mahoney, System Admin
wrote:
> On Tue, 2 Jun 2009, Asif Iqbal wrote:
>
>> On Tue, Jun 2, 2009 at 5:07 PM, Dan Mahoney, System Admin
>> wrote:
>>>
>>> On Tue, 2 Jun 2009, Asif Iqbal wrote:
>>>
On Tue, Jun 2, 2009 at 4:44 PM, Dan Mahoney, System Admin
On Tue, 2 Jun 2009, Asif Iqbal wrote:
On Tue, Jun 2, 2009 at 5:07 PM, Dan Mahoney, System Admin
wrote:
On Tue, 2 Jun 2009, Asif Iqbal wrote:
On Tue, Jun 2, 2009 at 4:44 PM, Dan Mahoney, System Admin
wrote:
On Tue, 2 Jun 2009, Asif Iqbal wrote:
This is what I have done on the screen serv
On Tue, Jun 2, 2009 at 5:07 PM, Dan Mahoney, System Admin
wrote:
> On Tue, 2 Jun 2009, Asif Iqbal wrote:
>
>> On Tue, Jun 2, 2009 at 4:44 PM, Dan Mahoney, System Admin
>> wrote:
>>>
>>> On Tue, 2 Jun 2009, Asif Iqbal wrote:
>>>
This is what I have done on the screen server to achieve dynamic
On Tue, 2 Jun 2009, Asif Iqbal wrote:
On Tue, Jun 2, 2009 at 4:44 PM, Dan Mahoney, System Admin
wrote:
On Tue, 2 Jun 2009, Asif Iqbal wrote:
This is what I have done on the screen server to achieve dynamic title.
in .bashrc :
PROMPT_COMMAND='if [ $TERM = "screen" ]; then printf
"\033k${HOS
On Tue, Jun 2, 2009 at 4:44 PM, Dan Mahoney, System Admin
wrote:
> On Tue, 2 Jun 2009, Asif Iqbal wrote:
>
>> This is what I have done on the screen server to achieve dynamic title.
>>
>> in .bashrc :
>>
>> PROMPT_COMMAND='if [ $TERM = "screen" ]; then printf
>> "\033k${HOSTNAME%%.*}\033\\" ; fi'
On Tue, 2 Jun 2009, Asif Iqbal wrote:
This is what I have done on the screen server to achieve dynamic title.
in .bashrc :
PROMPT_COMMAND='if [ $TERM = "screen" ]; then printf
"\033k${HOSTNAME%%.*}\033\\" ; fi'
in .ssh/config :
# this won't work unless your screen server has openssh 5.1 or ab
This is what I have done on the screen server to achieve dynamic title.
in .bashrc :
PROMPT_COMMAND='if [ $TERM = "screen" ]; then printf
"\033k${HOSTNAME%%.*}\033\\" ; fi'
in .ssh/config :
# this won't work unless your screen server has openssh 5.1 or above
host *
PermitLocalCommand yes
The more apps I'm trying, the more I'm finding that I get perfect mouse
support if I set my TERM within screen to "xterm", but with screen's
default term and termcap, I can't seem to get it working. I've added:
termcapinfo xterm Km=\E[M
to my .screenrc, but it doesn't seem to help. (That is