Re: xterm title setting breaks when upgrading from 32-bit to 64-bit cygwin

2013-08-01 Thread Jon TURNEY
On 01/08/2013 01:55, Jeremy Elson wrote: I recently upgraded from the 32-bit to the 64-bit build of Cygwin 1.7.22 on Windows 8 x64. For the most part, everything works identically (except faster!). But I have noticed one problem: xterm no longer seems to respond to the magic escape codes that

Re: xterm title setting breaks when upgrading from 32-bit to 64-bit cygwin

2013-08-01 Thread Jeremy Elson
On Thu, Aug 1, 2013 at 10:28 AM, Jon TURNEY jon.tur...@dronecode.org.uk wrote: On 01/08/2013 01:55, Jeremy Elson wrote: I recently upgraded from the 32-bit to the 64-bit build of Cygwin 1.7.22 on Windows 8 x64. For the most part, everything works identically (except faster!). But I have

Re: Xterm Title

2010-11-02 Thread Csaba Raduly
~/.Xresources. Even then my Xterm title changes to logn...@hostname:pwd. I want to avoid it and replace this with a fixed title. Could you suggest something? After all, what is it that is going wrong? I am also trying to set PROMT_COMMAND, without any success. Check your prompt ($PS1) for xterm title

Xterm Title

2010-10-31 Thread Ajay Jain
Hi, I want my Xterm to display a constant title say mercury. So I use: Xterm -T mercury. Further, I have placed the following line in my .Xresources: xterm*allowTitleOps: 0. From my .vnc/xstartup, I also do: xrdb -merge ~/.Xresources. Even then my Xterm title changes to logn...@hostname:pwd. I

Setting xterm title over ssh problems

2007-01-02 Thread pgrodt
and then resets to $CWD. specifically: execute startxwin.exe [EMAIL PROTECTED] ~]$ ssh -Y remoteHost [EMAIL PROTECTED] ~]$ xterm -title wazzap So I read http://www.nabble.com/How-to-add-a-title-to-xterm-tf679887.html and tried the script contained in that thread: [EMAIL PROTECTED] sbin

RE: Setting xterm title over ssh problems

2007-01-02 Thread Phil Betts
pgrodt wrote on Tuesday, January 02, 2007 3:59 PM:: Forgive me if this is not really a cygwin question, I'm uncertain. I It isn't really, but... am spawning xterm instances while ssh fowarding a linux box to cygwin-xfree, and am unable to set the title of these windows. I first tried

xterm title not setable

2006-02-16 Thread David Strozzi
with xterm -title foo, xterm -T foo, xterm -name foo, xterm -e some-command, and always, the window's title, both in the window title bar and on the windows taskbar at the screen bottom, is always the current dir. It seems I sometimes see another title briefly flash on the title bar, only to succumb

xterm title not shown

2002-05-15 Thread Hans Werner Strube
The title of xterm defined with option -T or -title does not appear in the title bar, instead the current directory is shown there. I do not know whether this is a problem of xterm or the window manager, but it happens both with twm and mwm.

Re: xterm title not shown

2002-05-15 Thread Sam Edge
I wrote in [EMAIL PROTECTED] in gmane.os.cygwin on Wed, 15 May 2002 21:41:14 +0100: The default /etc/profile sets up PS1 with the xterm escape sequences to put the username and current directory into the title. Either edit /etc/profile or override it in your ~/.bash_profile or ~/.bash_rc.