home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / fj / sys / luna / 46 next >
Encoding:
Text File  |  1992-11-15  |  1.3 KB  |  42 lines

  1. Newsgroups: fj.sys.luna
  2. Path: sparky!uunet!ccut!s.u-tokyo!kuis!wnoc-kyo!omrongw!sawada
  3. From: sawada@nff.ncl.omron.co.jp (Akira SAWADA)
  4. Subject: Re: Question about xconsole
  5. In-Reply-To: ookubo@is.titech.ac.jp's message of 12 Nov 92 18:04:09 JST
  6. Message-ID: <SAWADA.92Nov16092213@bishamon.nff.ncl.omron.co.jp>
  7. Sender: news@omrongw.wg.omron.co.jp (News Manager)
  8. Nntp-Posting-Host: bishamon.ari.ncl.omron.co.jp
  9. Organization: Advanced Systems Research Center, OMRON Corporation, Japan
  10. References: <OOKUBO.92Nov12180409@lemon.is.titech.ac.jp>
  11. Distribution: fj
  12. Date: Mon, 16 Nov 1992 00:22:13 GMT
  13. Lines: 27
  14.  
  15.  
  16.  In article <OOKUBO.92Nov12180409@lemon.is.titech.ac.jp>, ookubo@is.titech.ac.jp writes:
  17.  
  18. >>   luna(SX-9100)$@$G(J X(R5 Patch17)$@$r9=C[$7$?$H$3$m!"$I$&$b%3%s%=!<%k$N(J
  19. >> $@<h$j9~(J$@$_$,$G$-$J$$$h$&$G$9!#(J
  20.  
  21. xconsole $@$O(J, $@;H$C$?$3$H$J$$$N$G(J, $@$h$/$o$+$j$^$;$s$,(J,
  22. UnisOS-B $@$N(J xterm $@$J$i(J, $@0J2<$N%Q%C%A$,M-8z$@$H;W$$$^$9(J.
  23. kterm $@$bB?J,F1$8$G$7$g$&(J.
  24.  
  25. *** main.c.sv    Thu Mar 12 18:17:24 1992
  26. --- main.c    Mon Nov 16 09:14:53 1992
  27. ***************
  28. *** 89,94 ****
  29. --- 89,99 ----
  30.   #if defined(sony) && defined(bsd43) && !defined(KANJI)
  31.   #define KANJI
  32.   #endif
  33. + #if defined(uniosb) && !defined(om68k)
  34. + #define om68k
  35. + #endif
  36.   #include <sys/ioctl.h>
  37.   #include <sys/stat.h>
  38.   
  39. $@$5$o$@!&$"$-$i(J@$@;d$O(J$@$?$@$N(JX$@%f!<%6(J
  40.