Re: Odd Behaviour with initial and subsequent xterm launches
Re: Odd Behaviour with initial and subsequent xterm launches
- Subject: Re: Odd Behaviour with initial and subsequent xterm launches
- From: Tim Haigh <email@hidden>
- Date: Sun, 15 Jun 2003 18:29:32 +0100
you need to edit this file
sudo pico /usr/share/tcsh/examples/aliases
and edit this paragraph
if ("$TERM_PROGRAM" == "Apple_Terminal") then
alias settermtitle 'echo -n ""'
endif
and insert a ? between $ and Term like this
if ("$?TERM_PROGRAM" == "Apple_Terminal") then
alias settermtitle 'echo -n ""'
endif
then you wont see that error the next time xterm launches
On Sunday, June 15, 2003, at 05:35 pm, Al Szymanski wrote:
Just installed X11.app and all seems well, except for the odd
behaviour of xterm.
On initial launch and on about 60% of launches from the 'Applications'
menu, I get the briefest of
flashes of an xterm window and then it goes away. Once It comes up
correctly it gives me the
initial line error of "TERM_PROGRAM: Undefined variable." [ this time
it took three tries ]
What's up with this?
Thanks to all ,
Al
_______________________________________________
x11-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/x11-users
X11 for Mac OS X FAQ: http://developer.apple.com/qa/qa2001/qa1232.html
Report issues, request features, feedback:
http://developer.apple.com/bugreporter
Do not post admin requests to the list. They will be ignored.
_______________________________________________
x11-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/x11-users
X11 for Mac OS X FAQ: http://developer.apple.com/qa/qa2001/qa1232.html
Report issues, request features, feedback: http://developer.apple.com/bugreporter
Do not post admin requests to the list. They will be ignored.