× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.




On Wed, 27 Aug 2003, Sean Porterfield wrote:
> >
> > Here is the XTerm file I have in /usr/share/tn5250
>
> Um, did you put it there manually?  Mine is in /usr/local/share/tn5250
>
> I don't know what directories the program searches (although I thought
> there was something posted once before, maybe in the archives.)

Depends on which prefix you used when you built the programs in the
first place.
       ./configure --prefix=/usr       would put it in /usr/share/tn5250
       ./configure --prefix=/usr/local would put it in /usr/local/share/tn5250
       ./configure --prefix=/foo       would put it in /foo/share/tn5250

On every Unix-like OS that I use, the default prefix when you compile
the tarball is /usr/local

However, if he's using the RedHat Package Manager (RPM) system, the
default is usually /usr.

> The only difference I see between that and my file (except for what I
> changed) is:
>
> < Your file
> <         ~Shift <Key>F11: string("\03323") \n\
> <         ~Shift <Key>F12: string("\03324") \n\
> ---
>  > My file
>  >         ~Shift <Key>F11: string("\033-") \n\
>  >         ~Shift <Key>F12: string("\033=") \n\

Same here.   And this would explain why F1-F10 work, but not F11 & F12.
But it doesn't explain why F13-F24 wouldn't work...


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.