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...

_______________________________________________
This is the Linux 5250 Development Project (LINUX5250) mailing list
To post a message email: [EMAIL PROTECTED]
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/linux5250
or email: [EMAIL PROTECTED]
Before posting, please take a moment to review the archives
at http://archive.midrange.com/linux5250.

Reply via email to