home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / x / volume18 / xsol / part04 < prev    next >
Encoding:
Text File  |  1992-07-29  |  2.5 KB  |  86 lines

  1. Newsgroups: comp.sources.x
  2. Path: uunet!uunet!darwin.sura.net!mips!msi!dcmartin
  3. From: jvb7u@fermi.clas.Virginia.EDU (Jon Brinkmann)
  4. Subject: v18i071: xsol - solitare game for X windows, Part04/04
  5. Message-ID: <1992Jul29.175819.15397@msi.com>
  6. Originator: dcmartin@fascet
  7. Sender: dcmartin@msi.com (David C. Martin - Moderator)
  8. Organization: Molecular Simulations, Inc.
  9. References: <csx-18i068-xsol@uunet.UU.NET>
  10. Date: Wed, 29 Jul 1992 17:58:19 GMT
  11. Approved: dcmartin@msi.com
  12. Lines: 72
  13.  
  14. Submitted-by: jvb7u@fermi.clas.Virginia.EDU (Jon Brinkmann)
  15. Posting-number: Volume 18, Issue 71
  16. Archive-name: xsol/part04
  17.  
  18. #!/bin/sh
  19. # this is part.04 (part 4 of a multipart archive)
  20. # do not concatenate these parts, unpack them in order with /bin/sh
  21. # file xsol.man continued
  22. #
  23. if test ! -r _shar_seq_.tmp; then
  24.     echo 'Please unpack part 1 first!'
  25.     exit 1
  26. fi
  27. (read Scheck
  28.  if test "$Scheck" != 4; then
  29.     echo Please unpack part "$Scheck" next!
  30.     exit 1
  31.  else
  32.     exit 0
  33.  fi
  34. ) < _shar_seq_.tmp || exit 1
  35. if test ! -f _shar_wnt_.tmp; then
  36.     echo 'x - still skipping xsol.man'
  37. else
  38. echo 'x - continuing file xsol.man'
  39. sed 's/^X//' << 'SHAR_EOF' >> 'xsol.man' &&
  40. .br
  41. The cards are moved using the Left mouse button (Button1).
  42. Pressing the button selects the card, and it (and any cards on it) can 
  43. then by dragged to its destination, where releasing will place them.  
  44. The deck cards are selected by clicking on them.
  45. .SH OPTIONS
  46. .TP 5
  47. .BI \-display " connection"
  48. Connect to X server display,
  49. .IR connection.
  50. .TP 5
  51. .BI \-nodrag
  52. A button press selects the card, and a second press places it.
  53. .TP 5
  54. .BI [\-,+]r
  55. Turns reverse video on or off to make cards more readable on monochrome
  56. or gray scale devices.
  57. .SH SEE ALSO
  58. X    X(1)
  59. .SH COPYRIGHT
  60. Copyright (c) 1988 by Sun Microsystems, Inc.
  61. .sp 1
  62. David Lemke (lemke@sun.com)
  63. X
  64. Permission to use, copy, modify, and distribute this software and its
  65. documentation for any purpose and without fee is hereby granted,
  66. provided that the above copyright notice appear in all copies and that
  67. both that copyright notice and this permission notice appear in
  68. supporting documentation. 
  69. SHAR_EOF
  70. echo 'File xsol.man is complete' &&
  71. chmod 0644 xsol.man ||
  72. echo 'restore of xsol.man failed'
  73. Wc_c="`wc -c < 'xsol.man'`"
  74. test 1526 -eq "$Wc_c" ||
  75.     echo 'xsol.man: original size 1526, current size' "$Wc_c"
  76. rm -f _shar_wnt_.tmp
  77. fi
  78. rm -f _shar_seq_.tmp
  79. echo You have unpacked the last part
  80. exit 0
  81. -- 
  82. Senior Systems Scientist        mail: dcmartin@msi.com
  83. Molecular Simulations, Inc.        uucp: uunet!dcmartin
  84. 796 North Pastoria Avenue        at&t: 408/522-9236
  85. Sunnyvale, California 94086        fax: 408/732-0831
  86.