Re: TERM_PROGRAM: Undefined variable.
Re: TERM_PROGRAM: Undefined variable.
- Subject: Re: TERM_PROGRAM: Undefined variable.
- From: Dave Schroeder <email@hidden>
- Date: Mon, 13 Jan 2003 20:06:16 -0600
In /usr/share/tcsh/examples/aliases, change
if ("$TERM_PROGRAM" == "Apple_Terminal") then
to
if ("$?TERM_PROGRAM" == "Apple_Terminal") then
For other discussions and alternate solutions, see also:
http://www.macosxhints.com/article.php?story=20020828090619956
Regards,
Dave Schroeder
University of Wisconsin - Madison
On Monday, January 13, 2003, at 01:05 PM, Gibbons Burke wrote:
When X11 starts up and starts an xterm window, or if I launch another
xterm window, the first line always says:
TERM_PROGRAM: Undefined variable.
I have also noted another user who posted a screen shot in the X11
thread in the Ars Technica Mac Achaia forum had the same problem.
Where is the TERM_PROGRAM variable supposed to be defined? termcap?
The man page is silent on the issue.
XDarwin and Orobor were previously installed, but were deleted before
installing OSX X11 beta.
Gibbons Burke
_______________________________________________
x11-users mailing list | email@hidden
Help/Unsubscribe: http://www.lists.apple.com/mailman/listinfo/x11-users
Do not post admin requests to the list. They will be ignored.
_______________________________________________
x11-users mailing list | email@hidden
Help/Unsubscribe: http://www.lists.apple.com/mailman/listinfo/x11-users
Do not post admin requests to the list. They will be ignored.