Xv should compile in the standard environment on Solaris.
Casper
Good luck!
--
Andy Feldt
System Support Programmer
Department of Physics and Astronomy
The University of Oklahoma
/* signal macros */
#ifndef SVR4
#define HOLD_SIG sigblock(sigmask(SIGALRM))
#define RELEASE_SIG sigblock(0)
#define PAUSE_SIG sigpause(0)
#else
#define HOLD_SIG sighold(sigmask(SIGALRM))
#define RELEASE_SIG sigrelse(sigmask(SIGALRM))
#define PAUSE_SIG sigpause(sigmask(SIGALRM))
#endif
I don't know if this is correct, but it seems to work, I don't need
-lucb and thus gets the correct readdir(). I also copied the code to
select string.h or strings.h from xv.h into xcmap.c.
-- H}kan
1. mapping two chars to one key
Hello!
I tried to find a way to map my keyboard (attached to an
IBM xstation 130) so that pressing the key a generates +a (two
chars: an 'a' and a '+').
I couldn't make xmodmap use soemthning like
keycode 39 = +a
(or similar variants with " or ')
Is it possible to do it?
Thanks in advance for any help,
Regards,
W. Swiatek
2. IRQ clash?
3. Remote Mounting CDROM from one SOLARIS2.4 BOX to other SOLARIS2.4 BOX
4. Daemon help?
5. two routers (two wans) connecting to one lan using two nics.
7. Netscape passes no filenames to xv
8. timeconsuming processes on FreeBSD 3.1
9. Incomplete filename when running xv and ghostsview
10. char *strcasestr(char *haystack, char *needle) a simple case independent strstr()
12. dtfile: How to set the number of filename chars...
13. Chars dropped sending to sqlplus ... sometimes