home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume17 / mgr / part03 < prev    next >
Encoding:
Internet Message Format  |  1989-01-17  |  61.2 KB

  1. Path: bbn.com!rsalz
  2. From: rsalz@uunet.uu.net (Rich Salz)
  3. Newsgroups: comp.sources.unix
  4. Subject: REPOST v17i004:  MGR, Bellcore window manager, Part03/61
  5. Date: 18 Jan 89 15:48:13 GMT
  6. Approved: rsalz@uunet.UU.NET
  7.  
  8. Submitted-by: Stephen A. Uhler <sau@bellcore.com>
  9. Posting-number: Volume 17, Issue 4
  10. Archive-name: mgr/part03
  11.  
  12. [  This version has some packing problems -- mkdir order and uudecode
  13.    usage -- fixed.  --r$  ]
  14.  
  15. #! /bin/sh
  16. # This is a shell archive.  Remove anything before this line, then unpack
  17. # it by saving it into a file and typing "sh file".  To overwrite existing
  18. # files, type "sh file -c".  You can also feed this as standard input via
  19. # unshar, or by typing "sh <file", e.g..  If this archive is complete, you
  20. # will see the following message at the end:
  21. #        "End of archive 3 (of 61)."
  22. # Contents:  demo/icon/README demo/msg/do_file demo/msg/do_ls
  23. #   demo/msg/do_more demo/msg/do_vi demo/plot/README demo/sh/bury
  24. #   demo/sh/font demo/sh/more demo/sh/vi doc/bury.1 doc/color.1
  25. #   doc/invert_colormap.1 doc/set_console.1 doc/usrman/croff/README
  26. #   font-16/.mgrc font-16/README font-32/.mgrc font-32/README
  27. #   icon/README2 icon/Ucherries icon/Ucloudy icon/Ueasel
  28. #   icon/Ueye_bld1 icon/Ueye_bld2 icon/Ueye_bld3 icon/Ufile-cabinet
  29. #   icon/Ufourarrows icon/Uhammer icon/Umbox1 icon/Umbox2
  30. #   icon/Umbox_closed icon/Umbox_full icon/Umbox_open icon/Umbox_zip
  31. #   icon/Umickface icon/Umovie icon/Umovie1 icon/Umovie2
  32. #   icon/Umsg_board icon/Umsg_none icon/Umsg_read icon/Upartlysunny
  33. #   icon/Urainy icon/Usmallspiff1 icon/Usphere icon/Ustormy
  34. #   icon/Usunny icon/Utty icon/Uverysunny icon/Uzip icon/eye/README2
  35. #   icon/grey/Makefile icon/grey/README2 icon/mouse/README2
  36. #   icon/mouse/Uhhand1 icon/mouse/Uhhand2 icon/mouse/Uhhand3
  37. #   icon/mouse/Uhhand4 misc/mgr.ti src/oblit/README
  38. # Wrapped by rsalz@papaya.bbn.com on Thu Nov 17 21:04:51 1988
  39. PATH=/bin:/usr/bin:/usr/ucb ; export PATH
  40. if test -f 'demo/icon/README' -a "${1}" != "-c" ; then 
  41.   echo shar: Will not clobber existing file \"'demo/icon/README'\"
  42. else
  43. echo shar: Extracting \"'demo/icon/README'\" \(714 characters\)
  44. sed "s/^X//" >'demo/icon/README' <<'END_OF_FILE'
  45. X#                        Copyright (c) 1987 Bellcore
  46. X#                            All Rights Reserved
  47. X#       Permission is granted to copy or use this program, EXCEPT that it
  48. X#       may not be sold for profit, the copyright notice must be reproduced
  49. X#       on copies, and credit should be given to Bellcore where it is due.
  50. X#       BELLCORE MAKES NO WARRANTY AND ACCEPTS NO LIABILITY FOR THIS PROGRAM.
  51. X
  52. X#    $Header: README,v 4.1 88/06/21 13:15:13 bianchi Exp $
  53. X#    $Source: /tmp/mgrsrc/demo/icon/RCS/README,v $
  54. X
  55. XNotice:
  56. X
  57. Xzoom, which uses the same bit-blit routines as MGR, probably won't work
  58. Xon anything but sun's.  This is due to kludgy code in bitmap.c which the
  59. XSUN c-compilers do OK on, but most others choke.
  60. END_OF_FILE
  61. if test 714 -ne `wc -c <'demo/icon/README'`; then
  62.     echo shar: \"'demo/icon/README'\" unpacked with wrong size!
  63. fi
  64. # end of 'demo/icon/README'
  65. fi
  66. if test -f 'demo/msg/do_file' -a "${1}" != "-c" ; then 
  67.   echo shar: Will not clobber existing file \"'demo/msg/do_file'\"
  68. else
  69. echo shar: Extracting \"'demo/msg/do_file'\" \(524 characters\)
  70. sed "s/^X//" >'demo/msg/do_file' <<'END_OF_FILE'
  71. X#    $Header$
  72. X#    $Source$
  73. X
  74. X#                        Copyright (c) 1987 Bellcore
  75. X#                            All Rights Reserved
  76. X#       This document contains proprietary information that shall
  77. X#       be distributed or routed only within Bellcore and its
  78. X#       authorized clients, except with written permission of Bellcore.
  79. X
  80. X#! /bin/sh
  81. X# list all file types in current directory
  82. X#
  83. Xdir=`echo $* | sed 's./[^/]*$..'`
  84. X(  echo "             ---> $dir <---";
  85. X   cd $dir;
  86. X   file *;
  87. X   echo "Hit RETURN to continue"
  88. X   ) | more
  89. X
  90. END_OF_FILE
  91. if test 524 -ne `wc -c <'demo/msg/do_file'`; then
  92.     echo shar: \"'demo/msg/do_file'\" unpacked with wrong size!
  93. fi
  94. chmod +x 'demo/msg/do_file'
  95. # end of 'demo/msg/do_file'
  96. fi
  97. if test -f 'demo/msg/do_ls' -a "${1}" != "-c" ; then 
  98.   echo shar: Will not clobber existing file \"'demo/msg/do_ls'\"
  99. else
  100. echo shar: Extracting \"'demo/msg/do_ls'\" \(498 characters\)
  101. sed "s/^X//" >'demo/msg/do_ls' <<'END_OF_FILE'
  102. X#    $Header$
  103. X#    $Source$
  104. X
  105. X#                        Copyright (c) 1987 Bellcore
  106. X#                            All Rights Reserved
  107. X#       This document contains proprietary information that shall
  108. X#       be distributed or routed only within Bellcore and its
  109. X#       authorized clients, except with written permission of Bellcore.
  110. X
  111. X#! /bin/sh
  112. X# do an ls in a window
  113. X#
  114. Xdir=`echo $* | sed 's./[^/]*$./.'`
  115. X(  echo "             ---> $dir <---";
  116. X   ls -CF $dir;
  117. X   echo "Hit RETURN to continue"
  118. X   ) | more
  119. X
  120. END_OF_FILE
  121. if test 498 -ne `wc -c <'demo/msg/do_ls'`; then
  122.     echo shar: \"'demo/msg/do_ls'\" unpacked with wrong size!
  123. fi
  124. chmod +x 'demo/msg/do_ls'
  125. # end of 'demo/msg/do_ls'
  126. fi
  127. if test -f 'demo/msg/do_more' -a "${1}" != "-c" ; then 
  128.   echo shar: Will not clobber existing file \"'demo/msg/do_more'\"
  129. else
  130. echo shar: Extracting \"'demo/msg/do_more'\" \(509 characters\)
  131. sed "s/^X//" >'demo/msg/do_more' <<'END_OF_FILE'
  132. X#    $Header$
  133. X#    $Source$
  134. X
  135. X#                        Copyright (c) 1987 Bellcore
  136. X#                            All Rights Reserved
  137. X#       This document contains proprietary information that shall
  138. X#       be distributed or routed only within Bellcore and its
  139. X#       authorized clients, except with written permission of Bellcore.
  140. X
  141. X#! /bin/sh
  142. X# do more in a window
  143. X#
  144. Xcat /usr/sau/mgr/menu/more_menu.out
  145. Xeval "`set_termcap -b`" 
  146. X/usr/ucb/more $*
  147. Xecho "^[imore^[n of $* ^[icomplete^[n, hit RETURN to exit"
  148. Xread dummy
  149. END_OF_FILE
  150. if test 509 -ne `wc -c <'demo/msg/do_more'`; then
  151.     echo shar: \"'demo/msg/do_more'\" unpacked with wrong size!
  152. fi
  153. chmod +x 'demo/msg/do_more'
  154. # end of 'demo/msg/do_more'
  155. fi
  156. if test -f 'demo/msg/do_vi' -a "${1}" != "-c" ; then 
  157.   echo shar: Will not clobber existing file \"'demo/msg/do_vi'\"
  158. else
  159. echo shar: Extracting \"'demo/msg/do_vi'\" \(482 characters\)
  160. sed "s/^X//" >'demo/msg/do_vi' <<'END_OF_FILE'
  161. X#    $Header$
  162. X#    $Source$
  163. X
  164. X#                        Copyright (c) 1987 Bellcore
  165. X#                            All Rights Reserved
  166. X#       This document contains proprietary information that shall
  167. X#       be distributed or routed only within Bellcore and its
  168. X#       authorized clients, except with written permission of Bellcore.
  169. X
  170. X#! /bin/sh
  171. X# do vi in a window
  172. X#
  173. Xdir=`echo $* | sed 's./[^/]*$./.'`
  174. Xcd $dir;
  175. Xcat /usr/sau/mgr/menu/vi_menu.out
  176. Xeval "`set_termcap -b`" 
  177. Xexec /usr/ucb/vi $*
  178. END_OF_FILE
  179. if test 482 -ne `wc -c <'demo/msg/do_vi'`; then
  180.     echo shar: \"'demo/msg/do_vi'\" unpacked with wrong size!
  181. fi
  182. chmod +x 'demo/msg/do_vi'
  183. # end of 'demo/msg/do_vi'
  184. fi
  185. if test -f 'demo/plot/README' -a "${1}" != "-c" ; then 
  186.   echo shar: Will not clobber existing file \"'demo/plot/README'\"
  187. else
  188. echo shar: Extracting \"'demo/plot/README'\" \(644 characters\)
  189. sed "s/^X//" >'demo/plot/README' <<'END_OF_FILE'
  190. X#                        Copyright (c) 1987 Bellcore
  191. X#                            All Rights Reserved
  192. X#       Permission is granted to copy or use this program, EXCEPT that it
  193. X#       may not be sold for profit, the copyright notice must be reproduced
  194. X#       on copies, and credit should be given to Bellcore where it is due.
  195. X#       BELLCORE MAKES NO WARRANTY AND ACCEPTS NO LIABILITY FOR THIS PROGRAM.
  196. X
  197. X#    $Header: README,v 4.1 88/06/21 14:03:08 bianchi Exp $
  198. X#    $Source: /tmp/mgrsrc/demo/plot/RCS/README,v $
  199. X
  200. Xmgrplot:    mgr plot filter
  201. Xlibmgrplot.a    mgr plot library
  202. Xmgrplot.1g    new manual page
  203. Xplot.ex        example plot file (try < plot.ex mgrplot)
  204. END_OF_FILE
  205. if test 644 -ne `wc -c <'demo/plot/README'`; then
  206.     echo shar: \"'demo/plot/README'\" unpacked with wrong size!
  207. fi
  208. # end of 'demo/plot/README'
  209. fi
  210. if test -f 'demo/sh/bury' -a "${1}" != "-c" ; then 
  211.   echo shar: Will not clobber existing file \"'demo/sh/bury'\"
  212. else
  213. echo shar: Extracting \"'demo/sh/bury'\" \(662 characters\)
  214. sed "s/^X//" >'demo/sh/bury' <<'END_OF_FILE'
  215. X#!/bin/sh
  216. X#                        Copyright (c) 1987 Bellcore
  217. X#                            All Rights Reserved
  218. X#       Permission is granted to copy or use this program, EXCEPT that it
  219. X#       may not be sold for profit, the copyright notice must be reproduced
  220. X#       on copies, and credit should be given to Bellcore where it is due.
  221. X#       BELLCORE MAKES NO WARRANTY AND ACCEPTS NO LIABILITY FOR THIS PROGRAM.
  222. X
  223. X#    $Header: bury,v 4.1 88/06/21 14:01:28 bianchi Exp $
  224. X#    $Source: /tmp/mgrsrc/demo/sh/RCS/bury,v $
  225. X
  226. X#    bury the window
  227. X
  228. XBURY="8s"
  229. XESC="^["
  230. X
  231. Xif /bin/test $TERM != mgr
  232. Xthen
  233. X   echo "$0 only works on mgr terminals"
  234. X   exit 1
  235. Xfi
  236. X
  237. Xecho -n "$ESC$BURY" &
  238. END_OF_FILE
  239. if test 662 -ne `wc -c <'demo/sh/bury'`; then
  240.     echo shar: \"'demo/sh/bury'\" unpacked with wrong size!
  241. fi
  242. chmod +x 'demo/sh/bury'
  243. # end of 'demo/sh/bury'
  244. fi
  245. if test -f 'demo/sh/font' -a "${1}" != "-c" ; then 
  246.   echo shar: Will not clobber existing file \"'demo/sh/font'\"
  247. else
  248. echo shar: Extracting \"'demo/sh/font'\" \(666 characters\)
  249. sed "s/^X//" >'demo/sh/font' <<'END_OF_FILE'
  250. X#!/bin/sh
  251. X#                        Copyright (c) 1987 Bellcore
  252. X#                            All Rights Reserved
  253. X#       Permission is granted to copy or use this program, EXCEPT that it
  254. X#       may not be sold for profit, the copyright notice must be reproduced
  255. X#       on copies, and credit should be given to Bellcore where it is due.
  256. X#       BELLCORE MAKES NO WARRANTY AND ACCEPTS NO LIABILITY FOR THIS PROGRAM.
  257. X
  258. X#    $Header: font,v 4.1 88/06/21 14:01:30 bianchi Exp $
  259. X#    $Source: /tmp/mgrsrc/demo/sh/RCS/font,v $
  260. X
  261. X#    change to a new font
  262. X
  263. XFONT="F"
  264. XESC="^["
  265. X
  266. Xif /bin/test $TERM != mgr
  267. Xthen
  268. X   echo "$0 only works on mgr terminals"
  269. X   exit 1
  270. Xfi
  271. X
  272. Xecho -n "$ESC$1$FONT"
  273. END_OF_FILE
  274. if test 666 -ne `wc -c <'demo/sh/font'`; then
  275.     echo shar: \"'demo/sh/font'\" unpacked with wrong size!
  276. fi
  277. chmod +x 'demo/sh/font'
  278. # end of 'demo/sh/font'
  279. fi
  280. if test -f 'demo/sh/more' -a "${1}" != "-c" ; then 
  281.   echo shar: Will not clobber existing file \"'demo/sh/more'\"
  282. else
  283. echo shar: Extracting \"'demo/sh/more'\" \(590 characters\)
  284. sed "s/^X//" >'demo/sh/more' <<'END_OF_FILE'
  285. X#!/bin/sh
  286. X#                        Copyright (c) 1987 Bellcore
  287. X#                            All Rights Reserved
  288. X#       Permission is granted to copy or use this program, EXCEPT that it
  289. X#       may not be sold for profit, the copyright notice must be reproduced
  290. X#       on copies, and credit should be given to Bellcore where it is due.
  291. X#       BELLCORE MAKES NO WARRANTY AND ACCEPTS NO LIABILITY FOR THIS PROGRAM.
  292. X
  293. X#    $Header: more,v 4.1 88/06/21 14:01:35 bianchi Exp $
  294. X#    $Source: /tmp/mgrsrc/demo/sh/RCS/more,v $
  295. X
  296. Xif [ $TERM = mgr ]
  297. Xthen
  298. X    eval "`set_termcap -b`" 
  299. Xfi
  300. Xexec /usr/ucb/more $*
  301. END_OF_FILE
  302. if test 590 -ne `wc -c <'demo/sh/more'`; then
  303.     echo shar: \"'demo/sh/more'\" unpacked with wrong size!
  304. fi
  305. chmod +x 'demo/sh/more'
  306. # end of 'demo/sh/more'
  307. fi
  308. if test -f 'demo/sh/vi' -a "${1}" != "-c" ; then 
  309.   echo shar: Will not clobber existing file \"'demo/sh/vi'\"
  310. else
  311. echo shar: Extracting \"'demo/sh/vi'\" \(584 characters\)
  312. sed "s/^X//" >'demo/sh/vi' <<'END_OF_FILE'
  313. X#!/bin/sh
  314. X#                        Copyright (c) 1987 Bellcore
  315. X#                            All Rights Reserved
  316. X#       Permission is granted to copy or use this program, EXCEPT that it
  317. X#       may not be sold for profit, the copyright notice must be reproduced
  318. X#       on copies, and credit should be given to Bellcore where it is due.
  319. X#       BELLCORE MAKES NO WARRANTY AND ACCEPTS NO LIABILITY FOR THIS PROGRAM.
  320. X
  321. X#    $Header: vi,v 4.1 88/06/21 14:03:54 bianchi Exp $
  322. X#    $Source: /tmp/mgrsrc/demo/sh/RCS/vi,v $
  323. X
  324. Xif [ $TERM = mgr ]
  325. Xthen
  326. X    eval "`set_termcap -b`" 
  327. Xfi
  328. Xexec /usr/ucb/vi $*
  329. END_OF_FILE
  330. if test 584 -ne `wc -c <'demo/sh/vi'`; then
  331.     echo shar: \"'demo/sh/vi'\" unpacked with wrong size!
  332. fi
  333. chmod +x 'demo/sh/vi'
  334. # end of 'demo/sh/vi'
  335. fi
  336. if test -f 'doc/bury.1' -a "${1}" != "-c" ; then 
  337.   echo shar: Will not clobber existing file \"'doc/bury.1'\"
  338. else
  339. echo shar: Extracting \"'doc/bury.1'\" \(730 characters\)
  340. sed "s/^X//" >'doc/bury.1' <<'END_OF_FILE'
  341. X'\"                        Copyright (c) 1988 Bellcore
  342. X'\"                            All Rights Reserved
  343. X'\"       Permission is granted to copy or use this program, EXCEPT that it
  344. X'\"       may not be sold for profit, the copyright notice must be reproduced
  345. X'\"       on copies, and credit should be given to Bellcore where it is due.
  346. X'\"       BELLCORE MAKES NO WARRANTY AND ACCEPTS NO LIABILITY FOR THIS PROGRAM.
  347. X'\"
  348. X'\"    $Header: bury.1,v 4.1 88/06/21 13:51:22 bianchi Exp $
  349. X'\"    $Source: /tmp/mgrsrc/doc/RCS/bury.1,v $
  350. X.TH bury 1L "April 30, 1985"
  351. X.SH NAME
  352. Xbury \- Bury a
  353. X.I mgr
  354. Xwindow.
  355. X.SH SYNOPSIS
  356. X.B bury
  357. X.SH DESCRIPTION
  358. X.B Bury
  359. Xpushes the window to the
  360. X.I bottom
  361. Xof the screen.
  362. X.SH SEE ALSO
  363. Xmgr(1L)
  364. X.SH AUTHOR
  365. XS. A. Uhler
  366. END_OF_FILE
  367. if test 730 -ne `wc -c <'doc/bury.1'`; then
  368.     echo shar: \"'doc/bury.1'\" unpacked with wrong size!
  369. fi
  370. # end of 'doc/bury.1'
  371. fi
  372. if test -f 'doc/color.1' -a "${1}" != "-c" ; then 
  373.   echo shar: Will not clobber existing file \"'doc/color.1'\"
  374. else
  375. echo shar: Extracting \"'doc/color.1'\" \(634 characters\)
  376. sed "s/^X//" >'doc/color.1' <<'END_OF_FILE'
  377. X.TH color 1L "November 15, 1987"
  378. X.SH NAME
  379. XColor \- set the forground and background color for text in an
  380. X.B Mgr 
  381. Xwindow.
  382. X.B MGR .
  383. X.SH SYNOPSIS
  384. Xcolor [dark|light] \fIcolor\fP on [dark|light] \fIcolor\fP
  385. X.SH DESCRIPTION
  386. X.B color
  387. Xsets the current foreground and background text color for an 
  388. X.B Mgr
  389. Xwindow.
  390. X.I Color
  391. Xis one of
  392. Xblack, white, red, green, blue, yellow, cyan or magenta.
  393. XAlternately,
  394. X.I color
  395. Xmay be specified as an index in the color lookup table.
  396. X.B Color
  397. Xcalls
  398. X.I set_colormap(1L)
  399. Xto initialize the color map.
  400. X.SH SEE ALSO
  401. Xmgr(1L)
  402. Xset_colormap(1L)
  403. X.SH BUGS
  404. X.B Color
  405. Xonly works with
  406. X.I "color Mgr" .
  407. X.SH AUTHOR
  408. XS. A. Uhler
  409. END_OF_FILE
  410. if test 634 -ne `wc -c <'doc/color.1'`; then
  411.     echo shar: \"'doc/color.1'\" unpacked with wrong size!
  412. fi
  413. # end of 'doc/color.1'
  414. fi
  415. if test -f 'doc/invert_colormap.1' -a "${1}" != "-c" ; then 
  416.   echo shar: Will not clobber existing file \"'doc/invert_colormap.1'\"
  417. else
  418. echo shar: Extracting \"'doc/invert_colormap.1'\" \(321 characters\)
  419. sed "s/^X//" >'doc/invert_colormap.1' <<'END_OF_FILE'
  420. X.TH invert_colormap 1L "November 15, 1987"
  421. X.SH NAME
  422. Xinvert_colormap \- inverts the colormap on a SUN color display
  423. X.B MGR .
  424. X.SH SYNOPSIS
  425. Xinvert_colormap
  426. X.SH DESCRIPTION
  427. X.B Set_colormap
  428. Xinverts the current color map in the sense of a photographic negative.
  429. X.SH SEE ALSO
  430. Xset_colormap(1L)
  431. Xoverlay(1L)
  432. X.SH AUTHOR
  433. XS. A. Uhler
  434. END_OF_FILE
  435. if test 321 -ne `wc -c <'doc/invert_colormap.1'`; then
  436.     echo shar: \"'doc/invert_colormap.1'\" unpacked with wrong size!
  437. fi
  438. # end of 'doc/invert_colormap.1'
  439. fi
  440. if test -f 'doc/set_console.1' -a "${1}" != "-c" ; then 
  441.   echo shar: Will not clobber existing file \"'doc/set_console.1'\"
  442. else
  443. echo shar: Extracting \"'doc/set_console.1'\" \(624 characters\)
  444. sed "s/^X//" >'doc/set_console.1' <<'END_OF_FILE'
  445. X.TH set_console 1L "January 4, 1988"
  446. X.SH NAME
  447. Xset_console \- redirect console messages to a
  448. X.I MGR
  449. Xwindow.
  450. X.SH SYNOPSIS
  451. X.B set_console
  452. X.SH DESCRIPTION
  453. X.B Set_console ,
  454. Xwhen run in a
  455. X.I MGR
  456. Xwindow,
  457. Xredirects console messages to that window.
  458. X.SH SEE ALSO
  459. Xmgr(1L)
  460. X.SH BUGS
  461. X.IP *
  462. XRedirecting console messages raises havoc if the keyboard is not
  463. Xin direct mode.  
  464. XSet_console prints a warning message and fails if the keyboard is not
  465. Xin direct mode.
  466. X.IP *
  467. XConsole messages automatically get reset to the console
  468. Xwhen 
  469. X.I MGR
  470. Xis suspended.
  471. XSet_console should be reissued after resuming a suspended
  472. X.I MGR .
  473. X.SH AUTHOR
  474. XS. A. Uhler
  475. END_OF_FILE
  476. if test 624 -ne `wc -c <'doc/set_console.1'`; then
  477.     echo shar: \"'doc/set_console.1'\" unpacked with wrong size!
  478. fi
  479. # end of 'doc/set_console.1'
  480. fi
  481. if test -f 'doc/usrman/croff/README' -a "${1}" != "-c" ; then 
  482.   echo shar: Will not clobber existing file \"'doc/usrman/croff/README'\"
  483. else
  484. echo shar: Extracting \"'doc/usrman/croff/README'\" \(559 characters\)
  485. sed "s/^X//" >'doc/usrman/croff/README' <<'END_OF_FILE'
  486. X#                        Copyright (c) 1988 Bellcore
  487. X#                            All Rights Reserved
  488. X#       Permission is granted to copy or use this program, EXCEPT that it
  489. X#       may not be sold for profit, the copyright notice must be reproduced
  490. X#       on copies, and credit should be given to Bellcore where it is due.
  491. X#       BELLCORE MAKES NO WARRANTY AND ACCEPTS NO LIABILITY FOR THIS PROGRAM.
  492. X
  493. X#    $Header: README,v 1.1 88/07/07 10:11:51 sau Exp $
  494. X#    $Source: /tmp/mgrsrc/doc/usrman/croff/RCS/README,v $
  495. X
  496. Xtroff c-source pre-processor   (S. A. Uhler)
  497. END_OF_FILE
  498. if test 559 -ne `wc -c <'doc/usrman/croff/README'`; then
  499.     echo shar: \"'doc/usrman/croff/README'\" unpacked with wrong size!
  500. fi
  501. # end of 'doc/usrman/croff/README'
  502. fi
  503. if test -f 'font-16/.mgrc' -a "${1}" != "-c" ; then 
  504.   echo shar: Will not clobber existing file \"'font-16/.mgrc'\"
  505. else
  506. echo shar: Extracting \"'font-16/.mgrc'\" \(340 characters\)
  507. sed "s/^X//" >'font-16/.mgrc' <<'END_OF_FILE'
  508. Xfont 1   sail6x8r.fnt
  509. Xfont 2   gal7x11r.fnt
  510. Xfont 3   ser7x12r.fnt
  511. Xfont 4   cour7x12b.fnt
  512. Xfont 5   cour7x14r.fnt
  513. Xfont 6   ser8x16r.fnt
  514. Xfont 7   ser9x18r.fnt
  515. Xfont 8   cour9x16b.fnt
  516. Xfont 9   cmr9x16r.fnt
  517. Xfont 10  cmr10x16b.fnt
  518. Xfont 11  gal12x20r.fnt
  519. Xfont 12  cmr14x25r.fnt
  520. Xfont 13  cmr15x25r.fnt
  521. Xfont 14  shadow38x40b.fnt
  522. Xfont 15  dot1x1r.fnt
  523. END_OF_FILE
  524. if test 340 -ne `wc -c <'font-16/.mgrc'`; then
  525.     echo shar: \"'font-16/.mgrc'\" unpacked with wrong size!
  526. fi
  527. # end of 'font-16/.mgrc'
  528. fi
  529. if test -f 'font-16/README' -a "${1}" != "-c" ; then 
  530.   echo shar: Will not clobber existing file \"'font-16/README'\"
  531. else
  532. echo shar: Extracting \"'font-16/README'\" \(398 characters\)
  533. sed "s/^X//" >'font-16/README' <<'END_OF_FILE'
  534. XAs distributed on comp.sources.unix (unix-sources), the
  535. Xfonts in this directory are uuencode'd.  To unpack them,
  536. Xexecute a script like this:
  537. X
  538. X    /bin/sh, /bin/ksh, etc.
  539. X    for I in U* ; do
  540. X        uudecode $I
  541. X        rm $I
  542. X    done
  543. X
  544. X    /bin/csh, /bin/tcsh, etc.
  545. X    foreach I (*.uu)
  546. X        uudecode $I
  547. X        rm $I
  548. X    end
  549. X
  550. XYou might want to do the "rm" step in a separate pass after you've
  551. Xdone all the uudecode's.
  552. X
  553. END_OF_FILE
  554. if test 398 -ne `wc -c <'font-16/README'`; then
  555.     echo shar: \"'font-16/README'\" unpacked with wrong size!
  556. fi
  557. # end of 'font-16/README'
  558. fi
  559. if test -f 'font-32/.mgrc' -a "${1}" != "-c" ; then 
  560.   echo shar: Will not clobber existing file \"'font-32/.mgrc'\"
  561. else
  562. echo shar: Extracting \"'font-32/.mgrc'\" \(340 characters\)
  563. sed "s/^X//" >'font-32/.mgrc' <<'END_OF_FILE'
  564. Xfont 1   sail6x8r.fnt
  565. Xfont 2   gal7x11r.fnt
  566. Xfont 3   ser7x12r.fnt
  567. Xfont 4   cour7x12b.fnt
  568. Xfont 5   cour7x14r.fnt
  569. Xfont 6   ser8x16r.fnt
  570. Xfont 7   ser9x18r.fnt
  571. Xfont 8   cour9x16b.fnt
  572. Xfont 9   cmr9x16r.fnt
  573. Xfont 10  cmr10x16b.fnt
  574. Xfont 11  gal12x20r.fnt
  575. Xfont 12  cmr14x25r.fnt
  576. Xfont 13  cmr15x25r.fnt
  577. Xfont 14  shadow38x40b.fnt
  578. Xfont 15  dot1x1r.fnt
  579. END_OF_FILE
  580. if test 340 -ne `wc -c <'font-32/.mgrc'`; then
  581.     echo shar: \"'font-32/.mgrc'\" unpacked with wrong size!
  582. fi
  583. # end of 'font-32/.mgrc'
  584. fi
  585. if test -f 'font-32/README' -a "${1}" != "-c" ; then 
  586.   echo shar: Will not clobber existing file \"'font-32/README'\"
  587. else
  588. echo shar: Extracting \"'font-32/README'\" \(398 characters\)
  589. sed "s/^X//" >'font-32/README' <<'END_OF_FILE'
  590. XAs distributed on comp.sources.unix (unix-sources), the
  591. Xfonts in this directory are uuencode'd.  To unpack them,
  592. Xexecute a script like this:
  593. X
  594. X    /bin/sh, /bin/ksh, etc.
  595. X    for I in U* ; do
  596. X        uudecode $I
  597. X        rm $I
  598. X    done
  599. X
  600. X    /bin/csh, /bin/tcsh, etc.
  601. X    foreach I (*.uu)
  602. X        uudecode $I
  603. X        rm $I
  604. X    end
  605. X
  606. XYou might want to do the "rm" step in a separate pass after you've
  607. Xdone all the uudecode's.
  608. X
  609. END_OF_FILE
  610. if test 398 -ne `wc -c <'font-32/README'`; then
  611.     echo shar: \"'font-32/README'\" unpacked with wrong size!
  612. fi
  613. # end of 'font-32/README'
  614. fi
  615. if test -f 'icon/README2' -a "${1}" != "-c" ; then 
  616.   echo shar: Will not clobber existing file \"'icon/README2'\"
  617. else
  618. echo shar: Extracting \"'icon/README2'\" \(398 characters\)
  619. sed "s/^X//" >'icon/README2' <<'END_OF_FILE'
  620. XAs distributed on comp.sources.unix (unix-sources), the
  621. Xicons in this directory are uuencode'd.  To unpack them,
  622. Xexecute a script like this:
  623. X
  624. X    /bin/sh, /bin/ksh, etc.
  625. X    for I in U* ; do
  626. X        uudecode $I
  627. X        rm $I
  628. X    done
  629. X
  630. X    /bin/csh, /bin/tcsh, etc.
  631. X    foreach I (*.uu)
  632. X        uudecode $I
  633. X        rm $I
  634. X    end
  635. X
  636. XYou might want to do the "rm" step in a separate pass after you've
  637. Xdone all the uudecode's.
  638. X
  639. END_OF_FILE
  640. if test 398 -ne `wc -c <'icon/README2'`; then
  641.     echo shar: \"'icon/README2'\" unpacked with wrong size!
  642. fi
  643. # end of 'icon/README2'
  644. fi
  645. if test -f 'icon/Ucherries' -a "${1}" != "-c" ; then 
  646.   echo shar: Will not clobber existing file \"'icon/Ucherries'\"
  647. else
  648. echo shar: Extracting \"'icon/Ucherries'\" \(349 characters\)
  649. sed "s/^X//" >'icon/Ucherries' <<'END_OF_FILE'
  650. Xbegin 644 cherries
  651. XM>GH@0B!&  JH     5554   "JJJJD  55555<  "JJJJD   %554,    JJ
  652. XM@,       4       D      !$      "$      $$      8$      @$  
  653. XM   # (     $ (     8 (     @ (    #  0  !X,  0  '^P  0  ,_  
  654. XM @  8_@  @  1_@ !   S_P'A   __P?Z   __PS\   _^QC^   ?^A'^   
  655. XM?]C/_   /S#__   '^#__   !X#_[     !_Z     !_V      _,      ?
  656. X)X      '@   
  657. Xend
  658. END_OF_FILE
  659. if test 349 -ne `wc -c <'icon/Ucherries'`; then
  660.     echo shar: \"'icon/Ucherries'\" unpacked with wrong size!
  661. fi
  662. # end of 'icon/Ucherries'
  663. fi
  664. if test -f 'icon/Ucloudy' -a "${1}" != "-c" ; then 
  665.   echo shar: Will not clobber existing file \"'icon/Ucloudy'\"
  666. else
  667. echo shar: Extracting \"'icon/Ucloudy'\" \(739 characters\)
  668. sed "s/^X//" >'icon/Ucloudy' <<'END_OF_FILE'
  669. Xbegin 644 cloudy
  670. XM>GHA("$@5%145%145%2JJJJJJJJJJE5555555555JJJJJJJJJJI%1?U%145%
  671. XM1:JK!JJJJJJJ558#=555556JJ@&*JJJJJE34 0145%14JSP !JJJJJI4#  '
  672. XM55555:@(  "JJJJJ2 @  $55146P    *JJJJE     UY1]5L   ""X:X.I@
  673. XM   (6 6 -*   !^P P :8$" %5 ! !6Q@( JH ( "EZ P%5    -JH"CK\  
  674. XM  I505U80   !:JBJJ!    &15U%0"    2JJJK     !E55?\     %JJK 
  675. XM0     945( @    -:JK !     *558       6JJ@      !D?V       "
  676. XMK \       )P ,       Z         "8         /          D      
  677. XM   #P         *          H         "@         .          D  
  678. XM      "%P        (9D        C;@       !:6        '2H        
  679. XM:E@ 0     !5K !    " &I$ $    ( 1:H 0 $ # !J58'@ X T -6JXJ .
  680. XM\>L JE1\6!1>5(%4JJJOZJJJ_JI5555555555:JJJJJJJJJJ145%145%146J
  681. X7JJJJJJJJJE5555555555JJJJJJJJJJI5
  682. Xend
  683. END_OF_FILE
  684. if test 739 -ne `wc -c <'icon/Ucloudy'`; then
  685.     echo shar: \"'icon/Ucloudy'\" unpacked with wrong size!
  686. fi
  687. # end of 'icon/Ucloudy'
  688. fi
  689. if test -f 'icon/Ueasel' -a "${1}" != "-c" ; then 
  690.   echo shar: Will not clobber existing file \"'icon/Ueasel'\"
  691. else
  692. echo shar: Extracting \"'icon/Ueasel'\" \(738 characters\)
  693. sed "s/^X//" >'icon/Ueasel' <<'END_OF_FILE'
  694. Xbegin 644 easel
  695. XM>GHA("$@G_________C__________G_________^\         _@        
  696. XM!^    &    'X    \    ?@   'X   !^    ^P   'X   #;@   ?@   9
  697. XMF   !^!_______X'X$  /_P  @?@0      "!^!       ('X$'_  8" @?@
  698. XM00$ &88"!^!! 0 @1@('X$$! 4 J @?@00$"P"H"!^!! 01 $@('X$$!"(82
  699. XM @?@00$1@"("!^!! 2) (@('X$$!1$!" @?@0?^(($("!^!  1 9@@('X$ "
  700. XM( :" @?@0 1  0("!^! "( ! @('X$ 1  (" @?@0 H  @("!^! !  #_@('
  701. XMX$       @?@0      "!^!       ('X$       @?@?______^!^!     
  702. XM  ('X$       @?@?______^!^ #  #  & 'X ,  ,  8 ?@!P  P !P!^ &
  703. XM  #  # 'X X  ,  . ?@#      8!^ <     !P'X!@     # ?@.      .
  704. XM!^ P      X'X'      !P?@8      '!^#@      .'X,       X?AP   
  705. XM   !A^&       ''XX       ,?C        Q^         '\         __
  706. X7_________G_________^/_________X 
  707. Xend
  708. END_OF_FILE
  709. if test 738 -ne `wc -c <'icon/Ueasel'`; then
  710.     echo shar: \"'icon/Ueasel'\" unpacked with wrong size!
  711. fi
  712. # end of 'icon/Ueasel'
  713. fi
  714. if test -f 'icon/Ueye_bld1' -a "${1}" != "-c" ; then 
  715.   echo shar: Will not clobber existing file \"'icon/Ueye_bld1'\"
  716. else
  717. echo shar: Extracting \"'icon/Ueye_bld1'\" \(423 characters\)
  718. sed "s/^X//" >'icon/Ueye_bld1' <<'END_OF_FILE'
  719. Xbegin 644 eye_bld1
  720. XM>GH@6"!#   :3)        HHD      BRBF2     #9)*11(    $DDM+.@ 
  721. XM  $236E,J   %,UM[TRM   2/___WKH  (G?____<8  5O^"NJ'G( "_^@_7
  722. XM#GR@ )^,&JH(K]0 ?!&??!B3J !8ECKX+(WT /_T/?C<VO@ ,P@[_[Q0<  J
  723. XM!C7_W&%X !'S._^M'W@ 'X U_]S$>  )3#^__'?X  UZ-?]<&G@ !IF>_KAP
  724. XM\  #1QU5^95P  .&#^JQ&N   ..'7>\1P   4(/_V'<    <P/\0#@    ? 
  725. XM  #X     /X #X      #__\                                    
  726. X0                     /_\
  727. Xend
  728. END_OF_FILE
  729. if test 423 -ne `wc -c <'icon/Ueye_bld1'`; then
  730.     echo shar: \"'icon/Ueye_bld1'\" unpacked with wrong size!
  731. fi
  732. # end of 'icon/Ueye_bld1'
  733. fi
  734. if test -f 'icon/Ueye_bld2' -a "${1}" != "-c" ; then 
  735.   echo shar: Will not clobber existing file \"'icon/Ueye_bld2'\"
  736. else
  737. echo shar: Extracting \"'icon/Ueye_bld2'\" \(423 characters\)
  738. sed "s/^X//" >'icon/Ueye_bld2' <<'END_OF_FILE'
  739. Xbegin 644 eye_bld2
  740. XM>GH@6"!#                                                    
  741. XM                          ZWH      #>W;Z     !?FR77    "F)))
  742. XM1K    %K4TU$[@  &KM___^/   /F__^+?7  &___?C<'^  /^R[_[Q3\ !N
  743. XMUC7_W&'X #7S._^M'_P /X U_]S$>  ;3#^__'?\ !UZ-?]<&G@ #IF>_KAP
  744. XM\  '1QU5^95P  .&#^JQ&N   ..'7>\1P   4(/_V'<    <P/\0#@    ? 
  745. XM  #X     /X #X      #__\                                    
  746. X0                     /_\
  747. Xend
  748. END_OF_FILE
  749. if test 423 -ne `wc -c <'icon/Ueye_bld2'`; then
  750.     echo shar: \"'icon/Ueye_bld2'\" unpacked with wrong size!
  751. fi
  752. # end of 'icon/Ueye_bld2'
  753. fi
  754. if test -f 'icon/Ueye_bld3' -a "${1}" != "-c" ; then 
  755.   echo shar: Will not clobber existing file \"'icon/Ueye_bld3'\"
  756. else
  757. echo shar: Extracting \"'icon/Ueye_bld3'\" \(423 characters\)
  758. sed "s/^X//" >'icon/Ueye_bld3' <<'END_OF_FILE'
  759. Xbegin 644 eye_bld3
  760. XM>GH@6"!#                                                    
  761. XM                          ZWH      !?W;Z      /@017     #H)(
  762. XM +    ![$ "(+    ;@D" !G   %Q    @'   ^      N  /4B    (4 !Z
  763. XM      #X '4      &P JA      6 "NP     #\ "YZ  @&/_P 5_______
  764. XM>  U__]=_ZOP  6B;^JRJN  #>9/7?*SP  "5]O_VO<   #=UO\9#@    ? 
  765. XM+@#X     /X #X      #__\                                    
  766. X0                     /_\
  767. Xend
  768. END_OF_FILE
  769. if test 423 -ne `wc -c <'icon/Ueye_bld3'`; then
  770.     echo shar: \"'icon/Ueye_bld3'\" unpacked with wrong size!
  771. fi
  772. # end of 'icon/Ueye_bld3'
  773. fi
  774. if test -f 'icon/Ufile-cabinet' -a "${1}" != "-c" ; then 
  775.   echo shar: Will not clobber existing file \"'icon/Ufile-cabinet'\"
  776. else
  777. echo shar: Extracting \"'icon/Ufile-cabinet'\" \(567 characters\)
  778. sed "s/^X//" >'icon/Ufile-cabinet' <<'END_OF_FILE'
  779. Xbegin 644 file-cabinet
  780. XM>GH@4"$@        ?___    8  !@   8T0 P   4 "(8   >   $   ;   
  781. XM"   1@" !@  6@   0  1P " 8  4(0 0&  0L$ !#  9V   1@ 4"!  00 
  782. XM0+ 1@ ( 35@ 0 $ 3 P ( " 3,8   ! 4\O____ 52/____ 2A,   # 0A\ 
  783. XM  # 2,,   # 50\   # 40L   # 6Y<   # >,, P8# 7&\ P8# 10, P8# 
  784. XM;&< _X# 1A< _X# 5Z<   # 1 L   # 7?<   # 5 \   # 1A,   # 0$L 
  785. XM  # 4ML   # 2"/____ 3@O____ 1@_____ 8)L   # )-,   # ,1L   # 
  786. XM$ <   # &R<   # "$<   # #5,   # ! , P8#  A, P8#  U, P8#  3, 
  787. XM_X#  ;L _X#  (L   #  -,   #  $L   #  "<   #  #,   #  !,   # 
  788. X> !L   #   L   #   ?____   ?____         
  789. Xend
  790. END_OF_FILE
  791. if test 567 -ne `wc -c <'icon/Ufile-cabinet'`; then
  792.     echo shar: \"'icon/Ufile-cabinet'\" unpacked with wrong size!
  793. fi
  794. # end of 'icon/Ufile-cabinet'
  795. fi
  796. if test -f 'icon/Ufourarrows' -a "${1}" != "-c" ; then 
  797.   echo shar: Will not clobber existing file \"'icon/Ufourarrows'\"
  798. else
  799. echo shar: Extracting \"'icon/Ufourarrows'\" \(425 characters\)
  800. sed "s/^X//" >'icon/Ufourarrows' <<'END_OF_FILE'
  801. Xbegin 644 fourarrows
  802. XM>GH@3R!/   #       $@      (0      0(      @$     ! "     " 
  803. XM!     $  @    '@'P    #@'X    !@'X     @'      @'      @'   
  804. XM   @'    < __ 8  L ?_ 4 !, /_ 2 "/\  _Q $ &  @ @( '  @ 00 ' 
  805. XM @ (@ '  @ $@ '  @ &0 '  @ .( '  @ >$ '  @ \"/_  _QX!/_  ?SP
  806. XM O_  /W@ > _\ ?  . @& >  & @' <    @' 8    @'      @'      @
  807. XM'     '@'\    $  \    " !X    ! #P     @'@     0/      (>   
  808. X2   $\      #X      !P   
  809. Xend
  810. END_OF_FILE
  811. if test 425 -ne `wc -c <'icon/Ufourarrows'`; then
  812.     echo shar: \"'icon/Ufourarrows'\" unpacked with wrong size!
  813. fi
  814. # end of 'icon/Ufourarrows'
  815. fi
  816. if test -f 'icon/Uhammer' -a "${1}" != "-c" ; then 
  817.   echo shar: Will not clobber existing file \"'icon/Uhammer'\"
  818. else
  819. echo shar: Extracting \"'icon/Uhammer'\" \(395 characters\)
  820. sed "s/^X//" >'icon/Uhammer' <<'END_OF_FILE'
  821. Xbegin 644 hammer
  822. XM>GH@3R!,   _\     /__@    __@    !_X     #_@     '_@     /_ 
  823. XM     ?_      ?_      ?_      ?_      ?_@    $__P    /__X    
  824. XM?__\    _\/R    ?X'A    /X# @   '\! 0   #X @(   !P 0$    @ (
  825. XM"      $!      " @     ! 0      @(      0$      ("      $!  
  826. XM    " @     ! 0      @(      0$      ("      $!      " @    
  827. XM ! 0      @(      0$      ("      $$      "(      !0       @
  828. Xend
  829. END_OF_FILE
  830. if test 395 -ne `wc -c <'icon/Uhammer'`; then
  831.     echo shar: \"'icon/Uhammer'\" unpacked with wrong size!
  832. fi
  833. # end of 'icon/Uhammer'
  834. fi
  835. if test -f 'icon/Umbox1' -a "${1}" != "-c" ; then 
  836.   echo shar: Will not clobber existing file \"'icon/Umbox1'\"
  837. else
  838. echo shar: Extracting \"'icon/Umbox1'\" \(738 characters\)
  839. sed "s/^X//" >'icon/Umbox1' <<'END_OF_FILE'
  840. Xbegin 644 mbox1
  841. XM>GHA("$@                                                    
  842. XM                                                            
  843. XM                                        #_____X    0     P  
  844. XM "<    !    +8    "    ZCC@  (   #5&,$  P   .L50HY!    U1)$1
  845. XM$$   #K$D1$00   -401\1!    ZQ!$1$D   #5$$1$<0   .L01$X!    U
  846. XM1!$X <   #K$$X /    -40X '     :S@ '@    $U  '@     YL /P   
  847. XM  "S0'A      9G!Q$     !#(8D0     ,&>"1      @, )$     & 8 D
  848. XM0     0!@"1     # & )$     ( 0 D0     @# "1     # (II$     $
  849. XM!ADD0     8,+21      SAW)$     !X \D0P      !:1>       ^Y&S 
  850. XM     #AD\$      (&30        )>         E@        #5         
  851. XM'D         ,                                                
  852. X7                                
  853. Xend
  854. END_OF_FILE
  855. if test 738 -ne `wc -c <'icon/Umbox1'`; then
  856.     echo shar: \"'icon/Umbox1'\" unpacked with wrong size!
  857. fi
  858. # end of 'icon/Umbox1'
  859. fi
  860. if test -f 'icon/Umbox2' -a "${1}" != "-c" ; then 
  861.   echo shar: Will not clobber existing file \"'icon/Umbox2'\"
  862. else
  863. echo shar: Extracting \"'icon/Umbox2'\" \(738 characters\)
  864. sed "s/^X//" >'icon/Umbox2' <<'END_OF_FILE'
  865. Xbegin 644 mbox2
  866. XM>GHA("$@                        #@         +@         I@    
  867. XM    "A@        *!         H8        "F         +@         H 
  868. XM        "@         *          H         #_____X    8     P  
  869. XM #<    !    +X    "   !_CC@  (  /__&,$  P  @ $50HY!  "9!Q)$1
  870. XM$$  (*M$D1$00  0',01\1!  !/@Q!$1$D  ? %$$1$<0 !@ D01$X!  '_\
  871. XM1!$X <  0 !$$X /  !@ $0X '   " #S@ '@   ( Y  '@    @]D /P   
  872. XM ">#0'A     . '!Q$       ,8D0       >"1         )$         D
  873. XM0        "1         )$         D0        "1        II$      
  874. XM !DD0       +21       !W)$        \D0P      !:1>       ^Y&S 
  875. XM     #AD\$      (&30        )>         E@        #5         
  876. XM'D         ,                                                
  877. X7                                
  878. Xend
  879. END_OF_FILE
  880. if test 738 -ne `wc -c <'icon/Umbox2'`; then
  881.     echo shar: \"'icon/Umbox2'\" unpacked with wrong size!
  882. fi
  883. # end of 'icon/Umbox2'
  884. fi
  885. if test -f 'icon/Umbox_closed' -a "${1}" != "-c" ; then 
  886.   echo shar: Will not clobber existing file \"'icon/Umbox_closed'\"
  887. else
  888. echo shar: Extracting \"'icon/Umbox_closed'\" \(744 characters\)
  889. sed "s/^X//" >'icon/Umbox_closed' <<'END_OF_FILE'
  890. Xbegin 644 mbox_closed
  891. XM>GHA("$@                                                    
  892. XM                                                            
  893. XM                                        #_____X    0     P  
  894. XM "<    !    *(    "    P3C@  (   "!&,$  P   ($50HY!    \1)$1
  895. XM$$   #Q$D1$00   Y$01\1!   #D1!$1$D   "1$$1$<0   )$01$X!    D
  896. XM1!$X <   "1$$X /    ,$0X '     83@ '@     Q  '@     !D /P   
  897. XM   #0'A       '!Q$       (8D0       >"1         )$         D
  898. XM0        "1         )$         D0        "1        II$      
  899. XM !DD0       +21       !W)$        \D0P      !:1>       ^Y&S 
  900. XM     #AD\$      (&30        )>         E@        #5         
  901. XM'D         ,                                                
  902. X7                                
  903. Xend
  904. END_OF_FILE
  905. if test 744 -ne `wc -c <'icon/Umbox_closed'`; then
  906.     echo shar: \"'icon/Umbox_closed'\" unpacked with wrong size!
  907. fi
  908. # end of 'icon/Umbox_closed'
  909. fi
  910. if test -f 'icon/Umbox_full' -a "${1}" != "-c" ; then 
  911.   echo shar: Will not clobber existing file \"'icon/Umbox_full'\"
  912. else
  913. echo shar: Extracting \"'icon/Umbox_full'\" \(742 characters\)
  914. sed "s/^X//" >'icon/Umbox_full' <<'END_OF_FILE'
  915. Xbegin 644 mbox_full
  916. XM>GHA("$@                                                    
  917. XM                                                            
  918. XM                                        #_____X    8     P  
  919. XM #<    !    +X    "   !_CC@  (  /__&,$  P  @ $50HY!  "9!Q)$1
  920. XM$$  (*M$D1$00  0',01\1!  !/@Q!$1$D  ? %$$1$<0 !@ D01$X!  '_\
  921. XM1!$X <  0 !$$X /  !@ $0X '   " #S@ '@   ( Y  '@    @]D /P   
  922. XM ">#0'A     . '!Q$       ,8D0       >"1         )$         D
  923. XM0        "1         )$         D0        "1        II$      
  924. XM !DD0       +21       !W)$        \D0P      !:1>       ^Y&S 
  925. XM     #AD\$      (&30        )>         E@        #5         
  926. XM'D         ,                                                
  927. X7                                
  928. Xend
  929. END_OF_FILE
  930. if test 742 -ne `wc -c <'icon/Umbox_full'`; then
  931.     echo shar: \"'icon/Umbox_full'\" unpacked with wrong size!
  932. fi
  933. # end of 'icon/Umbox_full'
  934. fi
  935. if test -f 'icon/Umbox_open' -a "${1}" != "-c" ; then 
  936.   echo shar: Will not clobber existing file \"'icon/Umbox_open'\"
  937. else
  938. echo shar: Extracting \"'icon/Umbox_open'\" \(742 characters\)
  939. sed "s/^X//" >'icon/Umbox_open' <<'END_OF_FILE'
  940. Xbegin 644 mbox_open
  941. XM>GHA("$@                                                    
  942. XM                                                            
  943. XM                                        #_____X    0     P  
  944. XM "<    !    +8    "    ZCC@  (   #5&,$  P   .L50HY!    U1)$1
  945. XM$$   #K$D1$00   -401\1!    ZQ!$1$D   #5$$1$<0   .L01$X!    U
  946. XM1!$X <   #K$$X /    -40X '     :S@ '@    $U  '@     YL /P   
  947. XM  "S0'A      9G!Q$     !#(8D0     ,&>"1      @, )$     & 8 D
  948. XM0     0!@"1     # & )$     ( 0 D0     @# "1     # (II$     $
  949. XM!ADD0     8,+21      SAW)$     !X \D0P      !:1>       ^Y&S 
  950. XM     #AD\$      (&30        )>         E@        #5         
  951. XM'D         ,                                                
  952. X7                                
  953. Xend
  954. END_OF_FILE
  955. if test 742 -ne `wc -c <'icon/Umbox_open'`; then
  956.     echo shar: \"'icon/Umbox_open'\" unpacked with wrong size!
  957. fi
  958. # end of 'icon/Umbox_open'
  959. fi
  960. if test -f 'icon/Umbox_zip' -a "${1}" != "-c" ; then 
  961.   echo shar: Will not clobber existing file \"'icon/Umbox_zip'\"
  962. else
  963. echo shar: Extracting \"'icon/Umbox_zip'\" \(465 characters\)
  964. sed "s/^X//" >'icon/Umbox_zip' <<'END_OF_FILE'
  965. Xbegin 644 mbox_zip
  966. XM>GH@4"!4    /\     #__@    /__P    ?__X   !___X   #___X   /_
  967. XM__X   ?___P   ____@  !____   #___^   '_____@ /____ > ?____ A
  968. XM _^'__@&!_@'__AX!X '__V #@ '__X &  '__P    #__     !_^     #
  969. XM_\     '_X     /_P     ?_P     __P    !_WP    #_G@    '_'@  
  970. XM  /^&@    ?\ ^      !_       !           '_____  '_____  '__
  971. XM___          & P09@ ('!PX9@$('CPX9@$^'WQL9@?<&^QL9@.4&<S^9@*
  972. XMB&(S^9@1 & W#9_  & V#9_                  '_____  '_____  '__
  973. X#___ 
  974. Xend
  975. END_OF_FILE
  976. if test 465 -ne `wc -c <'icon/Umbox_zip'`; then
  977.     echo shar: \"'icon/Umbox_zip'\" unpacked with wrong size!
  978. fi
  979. # end of 'icon/Umbox_zip'
  980. fi
  981. if test -f 'icon/Umickface' -a "${1}" != "-c" ; then 
  982.   echo shar: Will not clobber existing file \"'icon/Umickface'\"
  983. else
  984. echo shar: Extracting \"'icon/Umickface'\" \(741 characters\)
  985. sed "s/^X//" >'icon/Umickface' <<'END_OF_FILE'
  986. Xbegin 644 mickface
  987. XM>GHA("$@    /_P       '  X      #@)P<      P!I@,     , .& , 
  988. XM   !  8P (    :$!F "8   "8P.R 80   3G!]X#@@  "&,/X &!   08P_
  989. XM@ 8"  "!CC^ !@$  0/?'P / ( " #^_@   0 ( /__@  ! !  ___   " )
  990. XM'!_PD  '$ LF#N9H  F0%R8!Z9@  8@3)@'KN  #"",F >N\  8$(R8!YF< 
  991. XM#(0GG #1!P /A$   ,('   "0   10(   )    AS    H ! !GP   !@ " 
  992. XM#^    &  ( =4    9P! #_X   YI@( /_@  $VF @!__   #9X$ '_\   Y
  993. XMA@0 ?_P   VF! !__   39P& +_Z   Y@ .#AX(   &  ?^ $@   4  ?H$J
  994. XM   "0   @JH   )   !*E    B#@ %T$  "$(9  /!@  80AT  ?^  #A!#@
  995. XM !PX  6($7  '#@ "8@),  <.  /T C@ !PX  &0!   '#^  " "   _ND  
  996. XM0 (!\%U4+X!  0&P2B L (  @#! ("\!  ! 8" P08(  "# $$^!A   $, /
  997. XMP F(   (P ,@!Q    8  P  8    0 #P "     P -@ P     P V ,    
  998. X7  X!P'       < #@       /_P    #
  999. Xend
  1000. END_OF_FILE
  1001. if test 741 -ne `wc -c <'icon/Umickface'`; then
  1002.     echo shar: \"'icon/Umickface'\" unpacked with wrong size!
  1003. fi
  1004. # end of 'icon/Umickface'
  1005. fi
  1006. if test -f 'icon/Umovie' -a "${1}" != "-c" ; then 
  1007.   echo shar: Will not clobber existing file \"'icon/Umovie'\"
  1008. else
  1009. echo shar: Extracting \"'icon/Umovie'\" \(362 characters\)
  1010. sed "s/^X//" >'icon/Umovie' <<'END_OF_FILE'
  1011. Xbegin 644 movie
  1012. XM>GH@12!( / '@    _P?X   !_X_\   #_]_^   #_]_^   #_]_^   #_]_
  1013. XM^   #_]_^   C_]_^   A_X_\   P_P?X   ^/ '@   ____X   _JJJL   
  1014. XMQ5554!@ AJJJL#@ A5557_@ !JJJO_@ !5557_@ !JJJO_@ !5554#@ !JJJ
  1015. XML!@ !5554   !JJJL   !___\     '       /@      8P      P8    
  1016. XM !@,     # &     & #     , !@    8  P    P  8   !@  ,   #   
  1017. X5&   &   #   <   !P  8    P  
  1018. Xend
  1019. END_OF_FILE
  1020. if test 362 -ne `wc -c <'icon/Umovie'`; then
  1021.     echo shar: \"'icon/Umovie'\" unpacked with wrong size!
  1022. fi
  1023. # end of 'icon/Umovie'
  1024. fi
  1025. if test -f 'icon/Umovie1' -a "${1}" != "-c" ; then 
  1026.   echo shar: Will not clobber existing file \"'icon/Umovie1'\"
  1027. else
  1028. echo shar: Extracting \"'icon/Umovie1'\" \(363 characters\)
  1029. sed "s/^X//" >'icon/Umovie1' <<'END_OF_FILE'
  1030. Xbegin 644 movie1
  1031. XM>GH@12!( / '@    _P<X   !O8\\   #&-_^   #O=_^   #_]/R   #_]/
  1032. XMR   #O=_^   C&-_^   AO8\\   P_P<X   ^/ '@   ____X   _JJJL   
  1033. XMQ5554!@ AJJJL#@ A5?57_@ !OJ^O_@ !5=57_@ !NJ^O_@ !5?54#@ !OJZ
  1034. XML!@ !5574   !JJJL   !___\     '       /@      8P      P8    
  1035. XM !@,     # &     & #     , !@    8  P    P  8   !@  ,   #   
  1036. X5&   &   #   <   !P  8    P  
  1037. Xend
  1038. END_OF_FILE
  1039. if test 363 -ne `wc -c <'icon/Umovie1'`; then
  1040.     echo shar: \"'icon/Umovie1'\" unpacked with wrong size!
  1041. fi
  1042. # end of 'icon/Umovie1'
  1043. fi
  1044. if test -f 'icon/Umovie2' -a "${1}" != "-c" ; then 
  1045.   echo shar: Will not clobber existing file \"'icon/Umovie2'\"
  1046. else
  1047. echo shar: Extracting \"'icon/Umovie2'\" \(363 characters\)
  1048. sed "s/^X//" >'icon/Umovie2' <<'END_OF_FILE'
  1049. Xbegin 644 movie2
  1050. XM>GH@12!( / '@    YP?X   !YXWL   #_]C&   #_]WN   "?E_^   "?E_
  1051. XM^   #_]WN   C_]C&   AYXWL   PYP?X   ^/ '@   ____X   _JJJL   
  1052. XMQ5554!@ AJJJL#@ A5?57_@ !OJ^O_@ !5=57_@ !NJ^O_@ !5?54#@ !OJZ
  1053. XML!@ !5574   !JJJL   !___\     '       /@      8P      P8    
  1054. XM !@,     # &     & #     , !@    8  P    P  8   !@  ,   #   
  1055. X5&   &   #   <   !P  8    P  
  1056. Xend
  1057. END_OF_FILE
  1058. if test 363 -ne `wc -c <'icon/Umovie2'`; then
  1059.     echo shar: \"'icon/Umovie2'\" unpacked with wrong size!
  1060. fi
  1061. # end of 'icon/Umovie2'
  1062. fi
  1063. if test -f 'icon/Umsg_board' -a "${1}" != "-c" ; then 
  1064.   echo shar: Will not clobber existing file \"'icon/Umsg_board'\"
  1065. else
  1066. echo shar: Extracting \"'icon/Umsg_board'\" \(742 characters\)
  1067. sed "s/^X//" >'icon/Umsg_board' <<'END_OF_FILE'
  1068. Xbegin 644 msg_board
  1069. XM>GHA("$@                       B][SCWO   #:$(110@   *H0A%!" 
  1070. XM   BY[WTW/   "* A110$   (H"%%% 0   B][T3GO                  
  1071. XM                ?_________Y__________F         &8         9@
  1072. XM        !F         &8         9@        !F         &8       
  1073. XM  9@        !F         &8         9@        !F         &8   
  1074. XM      9@        !F         &8         9@        !F         &
  1075. XM8         9@        !F         &8         9@        !F      
  1076. XM   &8         9@        !F         &8         9@        !F  
  1077. XM       &8         9@        !F         &8         9@        
  1078. XM!F         &8         9@        !F         &8         9@    
  1079. XM    !F         &8         9@        !F         &8         9_
  1080. X7_________G_________^            
  1081. Xend
  1082. END_OF_FILE
  1083. if test 742 -ne `wc -c <'icon/Umsg_board'`; then
  1084.     echo shar: \"'icon/Umsg_board'\" unpacked with wrong size!
  1085. fi
  1086. # end of 'icon/Umsg_board'
  1087. fi
  1088. if test -f 'icon/Umsg_none' -a "${1}" != "-c" ; then 
  1089.   echo shar: Will not clobber existing file \"'icon/Umsg_none'\"
  1090. else
  1091. echo shar: Extracting \"'icon/Umsg_none'\" \(741 characters\)
  1092. sed "s/^X//" >'icon/Umsg_none' <<'END_OF_FILE'
  1093. Xbegin 644 msg_none
  1094. XM>GHA("$@                       B][SCWO   #:$(110@   *H0A%!" 
  1095. XM   BY[WTW/   "* A110$   (H"%%% 0   B][T3GO                  
  1096. XM                ?_________Y__________F         &8   (     9@
  1097. XM'G @    !F!AG!     &8(!F      9@ !$8    !F  &(@    &8  $2   
  1098. XM  9@  )(    !F   T@    &8  !2     9@  '_    !F  !X'    &8  (
  1099. XM &    9@ #  $   !F  0  (   &8 " #P0   9AP8P1A@  !F(A'A#"'X &
  1100. XM9#,3%D$@0 9H$R$602 @!F@*)PA H# &: XFB$# $ 9H#A"F@$ 0!F@$&:. 
  1101. XM3! &:/0/,  J$ 9IF  0 !,0!FF,(!  "1 &:&P0" @9$ 9L'A ,& L0!F0"
  1102. XM" 00!! &9 (,!! 0$ 9D!@0X,! P!F(%!@ @$" &8@T# & H8 9C$(& P"? 
  1103. XM!F'@P.. 0  &8 !@/@"   9@ #   0  !F  #  &   &8  # !@   9@  # 
  1104. XMX   !F   +]@   &8   @"    9@  " (   !F   0 0   &8  ! !@   9_
  1105. X7_________G_________^          " 
  1106. Xend
  1107. END_OF_FILE
  1108. if test 741 -ne `wc -c <'icon/Umsg_none'`; then
  1109.     echo shar: \"'icon/Umsg_none'\" unpacked with wrong size!
  1110. fi
  1111. # end of 'icon/Umsg_none'
  1112. fi
  1113. if test -f 'icon/Umsg_read' -a "${1}" != "-c" ; then 
  1114.   echo shar: Will not clobber existing file \"'icon/Umsg_read'\"
  1115. else
  1116. echo shar: Extracting \"'icon/Umsg_read'\" \(745 characters\)
  1117. sed "s/^X//" >'icon/Umsg_read' <<'END_OF_FILE'
  1118. Xbegin 644 msg_read
  1119. XM>7HA("$@(2                       "+WO./>\   -H0A%%"    JA"$4
  1120. XM$(   "+GO?3<\   (H"%%% 0   B@(444!   "+WO1.>\               
  1121. XM                  !__________G_________^8         9@   "    
  1122. XM!F    ('   &8   !!P\  9@    ,,_X!F    Q#"0@&8   "(0(R 9@   )
  1123. XM# C(!F    D0" @&8 '_"2 (" 9@ 0$)0 @(!F !&?] $! &8 $?D< ?\ 9@
  1124. XM 1@"8   !F !,  0   &8 %   @   9@ H  !   !F'#@  6   &8B$   8?
  1125. XM@ 9D,P   2! !F@3@  !(" &: H   "@$ 9H!@   , 0!F@&    0! &: 0 
  1126. XM  % $ 9H!    * 0!F@$    8! &: 0   !@$ 9H!    " 0!FP&    (! &
  1127. XM9 (    @$ 9D @   ! 0!F0&    ,! &8@4    P( 9B#0   "@@!F,0@   
  1128. XM)\ &8>#   !   9@ &   +_ !F  ,  !0$ &8  ,  9&0 9@  , &$9 !F  
  1129. XM ,#@0$ &8   OV! 0 9@  " ($! !F   ( @@( &8  ! !#_@ 9@  $ &   
  1130. X9!G_________^?_________X          ( @
  1131. Xend
  1132. END_OF_FILE
  1133. if test 745 -ne `wc -c <'icon/Umsg_read'`; then
  1134.     echo shar: \"'icon/Umsg_read'\" unpacked with wrong size!
  1135. fi
  1136. # end of 'icon/Umsg_read'
  1137. fi
  1138. if test -f 'icon/Upartlysunny' -a "${1}" != "-c" ; then 
  1139.   echo shar: Will not clobber existing file \"'icon/Upartlysunny'\"
  1140. else
  1141. echo shar: Extracting \"'icon/Upartlysunny'\" \(744 characters\)
  1142. sed "s/^X//" >'icon/Upartlysunny' <<'END_OF_FILE'
  1143. Xbegin 644 partlysunny
  1144. XM>GHA("$@                                                    
  1145. XM                           ?^        >JO@      ' 0%@     !JJ
  1146. XMJK@     9$1$1@    "JJJJK     0$! 0&    "JJJJJL    1$1$1$8   
  1147. XM"JJJJJJP   1 0$! 0@  !JJJJJJJ   )$1$1$1$   JJJJJJJP  $$! 0$!
  1148. XM @  :JJJJJJJ  #$1$1$1$4  *JJJJJJJP  @0$! 0$!  "JJJJJJJL  41$
  1149. XM1$1$1( !JJJJJJJJ@ $! 0$! 0&  :JJJJJJJH !1$1$1$1$@ &JJJJJJJJ 
  1150. XM/X$! 0$! 8! ZJJJJJJJ@( D1$1$1$2  !*JJJJJJP  "\$! 0$!   ,.JJJ
  1151. XMJJL   @,1$1$10    .JJJJK     ($! 0(     :JJJJ@     D1$1$    
  1152. XM "JJJJP     $0$!"      :JJJH     !1$1%      /JJJH     !!@0% 
  1153. XM      #JJH       &1%        *JX        1&         K@        
  1154. XM!X         "          (          \         "(         00    
  1155. X7     !          $          0    
  1156. Xend
  1157. END_OF_FILE
  1158. if test 744 -ne `wc -c <'icon/Upartlysunny'`; then
  1159.     echo shar: \"'icon/Upartlysunny'\" unpacked with wrong size!
  1160. fi
  1161. # end of 'icon/Upartlysunny'
  1162. fi
  1163. if test -f 'icon/Urainy' -a "${1}" != "-c" ; then 
  1164.   echo shar: Will not clobber existing file \"'icon/Urainy'\"
  1165. else
  1166. echo shar: Extracting \"'icon/Urainy'\" \(738 characters\)
  1167. sed "s/^X//" >'icon/Urainy' <<'END_OF_FILE'
  1168. Xbegin 644 rainy
  1169. XM>GHA("$@5U=75U=75U>JJJJJJJJJJE5555555555JJJJJJJJJJIU=?UU=75U
  1170. XM=:JK!JJJJJJJ558#=555556JJ@&*JJJJJE?4 0=75U=7JSP !JJJJJI4#  '
  1171. XM55555:@(  "JJJJJ> @  '55=76P    *JJJJE     U]5]5L   ""X:X.I@
  1172. XM   (6 6 -Z   !^P P :8$" %5 ! !6Q@( JH(( "EZ P%U @  -JH"CK\" 
  1173. XM  I505U804  !:JBJJ!!0  &=5UU0"(@  >JJJK  B  !E55?\ $$  %JJK 
  1174. XM0 10  975X @!%  -:JK ! $D  *558   (@$ 6JJ@   < 0!G?V     ! #
  1175. XMK \ @   * )P ,"    H Z   (   $@"8  !0   1 /   %   !$ D   D  
  1176. XM *(#P  $0 ( H@*   1  @"2 X  "" " $0"@  *( 4 . .  !(0!0   D  
  1177. XM%! )  "%P  4$ B  (9D !,0"(  C;@ "" 10 !:6  'P!%  '>H    $D  
  1178. XM:E@ 0  (@ !5K !   <" &IT $    ( =:H 0 $ # !J58'@ X T -6JXJ .
  1179. XM\>L JE=_6!=?5X%7JJJOZJJJ_JI5555555555:JJJJJJJJJJ=75U=75U=76J
  1180. X7JJJJJJJJJE5555555555JJJJJJJJJJI5
  1181. Xend
  1182. END_OF_FILE
  1183. if test 738 -ne `wc -c <'icon/Urainy'`; then
  1184.     echo shar: \"'icon/Urainy'\" unpacked with wrong size!
  1185. fi
  1186. # end of 'icon/Urainy'
  1187. fi
  1188. if test -f 'icon/Usmallspiff1' -a "${1}" != "-c" ; then 
  1189.   echo shar: Will not clobber existing file \"'icon/Usmallspiff1'\"
  1190. else
  1191. echo shar: Extracting \"'icon/Usmallspiff1'\" \(534 characters\)
  1192. sed "s/^X//" >'icon/Usmallspiff1' <<'END_OF_FILE'
  1193. Xbegin 644 smallspiff1
  1194. XM>GHA*B!$            .            !8     '^     )     . <    
  1195. XM.     ,A@P         ,4D3    V    $%28(        "%(H!   #8   ! 
  1196. XMJ X(   :    @U (!   (    0&O_ (       (!__P!   I   " RS, 0  
  1197. XM    ! $/_ "  "(   0!+YP @      ( , 0 $  )   "  @: !  "H   @/
  1198. XMY @ 0  !   0$3/0P"      $!!?X< @ !(  ! DL!. (      0(,@O "  
  1199. XM    $#&G[H @ #(?@! @D ' (   "'@0)+^&X"  , 0'_______@   $/@  
  1200. XM    'P B!<  @^(   #@)08  #8T (  &  8   #X     8"/___________
  1201. XM+ :JJJJJJJJJN!4!]55555555^ W  _ZJJJJJ_P "@  #_____P  #\     
  1202. X&       X
  1203. Xend
  1204. END_OF_FILE
  1205. if test 534 -ne `wc -c <'icon/Usmallspiff1'`; then
  1206.     echo shar: \"'icon/Usmallspiff1'\" unpacked with wrong size!
  1207. fi
  1208. # end of 'icon/Usmallspiff1'
  1209. fi
  1210. if test -f 'icon/Usphere' -a "${1}" != "-c" ; then 
  1211.   echo shar: Will not clobber existing file \"'icon/Usphere'\"
  1212. else
  1213. echo shar: Extracting \"'icon/Usphere'\" \(673 characters\)
  1214. sed "s/^X//" >'icon/Usphere' <<'END_OF_FILE'
  1215. Xbegin 644 sphere
  1216. XM>GH@6B!:___U55___\#___[N[___P/_]U555___ ____JJO__\#_]55555?_
  1217. XMP/_^ZHB*[__ _]555555_\#__JH  "O_P/]5555557_ _^Z(   *_\#]5554
  1218. XM1%5?P/_ZH    K_ ]U5540%55\#_ZH    "OP/U55$1 15? _[H     +\#U
  1219. XM554   55P/[H@     _ _5540  $5<#_Z@     +P/5550   57 _^B     
  1220. XM"L#]541   15P/^J      / ]555   "JL#^Z(     5P/U55$  "*K _^H 
  1221. XM    !<#U555   *JP/_J@    !7 _5551  (JL#_^J@    %P/]555   JK 
  1222. XM_^Z(    %<#]U55$B(JJP/_Z     !? _U5544 JJL#__LB   $?P/_5555$
  1223. XMJJO __^J(   5<#_]5555*JKP/_^[HB B2? _]U555555<#___JB"(K_P/_W
  1224. XM555555? ___NZHB*[\#__=55555?P/___ZJJJ__ __]555557\#____N[N__
  1225. XMP/__W5555=_ _________\#___=555?_P/_________ ____W=W?_\#_____
  1226. X4____P/____]____ _________\!5
  1227. Xend
  1228. END_OF_FILE
  1229. if test 673 -ne `wc -c <'icon/Usphere'`; then
  1230.     echo shar: \"'icon/Usphere'\" unpacked with wrong size!
  1231. fi
  1232. # end of 'icon/Usphere'
  1233. fi
  1234. if test -f 'icon/Ustormy' -a "${1}" != "-c" ; then 
  1235.   echo shar: Will not clobber existing file \"'icon/Ustormy'\"
  1236. else
  1237. echo shar: Extracting \"'icon/Ustormy'\" \(739 characters\)
  1238. sed "s/^X//" >'icon/Ustormy' <<'END_OF_FILE'
  1239. Xbegin 644 stormy
  1240. XM>GHA("$@5U=75U=75U>JJJJJJJJJJE5555555555JJJJJJJJJJIU=?UU=75U
  1241. XM=:JK!JJJJJJJ558#=555556JJ@&*JJJJJE?4 0=75U=7JSP !JJJJJI4#  '
  1242. XM55555:@(  "JJJJJ> @  '55=76P    *JJJJE     U]5]5L   ""X:X.I@
  1243. XM   (6 6 -Z   !^P P :8$" %5 ! !6Q@( JH ( "EZ P%U    -JH"CK\  
  1244. XM  I505U80   !:JBJJ!    &=5UU0"    >JJJK     !E55?\     %JJK 
  1245. XM0     975X @  " -:JK !   ( *558    !@ 6JJ@    , !G?V   " P #
  1246. XMK \   &/ ")P ,   7, (Z   ! " 8 B8   ##P!@$/    #X & @D     P
  1247. XM ,,#P    !@ W *     # #  X     . & "@   '#, 8 .    #P8!@ D  
  1248. XM    P# %P     !@, 9D     # P#;@     &!@:6     ?\&!>H     P 9
  1249. XMZE@ 0  !@ S5K !   # #:IT $   &'_5:H 0 $ ,,JJ58'@ X,8U56JXJ .
  1250. XMQHQJJE=_6!=]_F=7JJJOZJO@.JI5555557 U5:JJJJJJN?JJ=75U=75\U76J
  1251. X7JJJJJJ[JJE5555555]55JJJJJJJKZJI5
  1252. Xend
  1253. END_OF_FILE
  1254. if test 739 -ne `wc -c <'icon/Ustormy'`; then
  1255.     echo shar: \"'icon/Ustormy'\" unpacked with wrong size!
  1256. fi
  1257. # end of 'icon/Ustormy'
  1258. fi
  1259. if test -f 'icon/Usunny' -a "${1}" != "-c" ; then 
  1260.   echo shar: Will not clobber existing file \"'icon/Usunny'\"
  1261. else
  1262. echo shar: Extracting \"'icon/Usunny'\" \(738 characters\)
  1263. sed "s/^X//" >'icon/Usunny' <<'END_OF_FILE'
  1264. Xbegin 644 sunny
  1265. XM>GHA("$@                                                    
  1266. XM                           ?^        >JO@      ' 0%@     !JJ
  1267. XMJK@     9$1$1@    "JJJJK     0$! 0&    "JJJJJL    1$1$1$8   
  1268. XM"JJJJJJP   1 0$! 0@  !JJJJJJJ   )$1$1$1$   JJJJJJJP  $$! 0$!
  1269. XM @  :JJJJJJJ  #$1$1$1$4  *JJJJJJJP  @0$! 0$!  "JJJJJJJL  41$
  1270. XM1$1$1( !JJJJJJJJ@ $! 0$! 0&  :JJJJJJJH !1$1$1$1$@ &JJJJJJJJ 
  1271. XM 0$! 0$! 8 !JJJJJJJJ@ %$1$1$1$2  :JJJJJJJP !@0$! 0$!  "JJJJJ
  1272. XMJJL  ,1$1$1$10  JJJJJJJK  #! 0$! 0(  &JJJJJJJ@  9$1$1$1$   J
  1273. XMJJJJJJP  #$! 0$!"   &JJJJJJH   ,1$1$1%    :JJJJJH    P$! 0% 
  1274. XM   !JJJJJH    #$1$1%     &JJJJX     .0$!&      .JJK@      /D
  1275. XM1X       /_X                                                
  1276. X7                                
  1277. Xend
  1278. END_OF_FILE
  1279. if test 738 -ne `wc -c <'icon/Usunny'`; then
  1280.     echo shar: \"'icon/Usunny'\" unpacked with wrong size!
  1281. fi
  1282. # end of 'icon/Usunny'
  1283. fi
  1284. if test -f 'icon/Utty' -a "${1}" != "-c" ; then 
  1285.   echo shar: Will not clobber existing file \"'icon/Utty'\"
  1286. else
  1287. echo shar: Extracting \"'icon/Utty'\" \(736 characters\)
  1288. sed "s/^X//" >'icon/Utty' <<'END_OF_FILE'
  1289. Xbegin 644 tty
  1290. XM>GHA("$@ /______   !      "   %______H   O______0  "______] 
  1291. XM  +      T   L     #0  "R)W   -   7-I2   Z  !8VE*  !H  %BJ'@
  1292. XM  &@  6*K<   :  !8BE2  !H  +B*5@  '0  L(O2   -  "P      T  +
  1293. XM      #0  L      -  "P      T  +      #0  L      -  "P      
  1294. XMT  +      #0  L      -  "P      T  +@     '0  6      :  !8  
  1295. XM   !H  %@     &@  7      :  !<     #H/ "P     -#& +      TP(
  1296. XM L     #4 @"______]0" +______V ( 7_____^@ @!      " $ '_____
  1297. XM_X 0 #@    < "  .    !P ( '______X @ @      0" "     /Y 0 29
  1298. XMF9F8JB! !     )5(( ),S,S-E4?  @     *I  $SF9F9@_B  0       (
  1299. XM !________@ (       !  @       $ !________@                 
  1300. XM                                                            
  1301. X7                                
  1302. Xend
  1303. END_OF_FILE
  1304. if test 736 -ne `wc -c <'icon/Utty'`; then
  1305.     echo shar: \"'icon/Utty'\" unpacked with wrong size!
  1306. fi
  1307. # end of 'icon/Utty'
  1308. fi
  1309. if test -f 'icon/Uverysunny' -a "${1}" != "-c" ; then 
  1310.   echo shar: Will not clobber existing file \"'icon/Uverysunny'\"
  1311. else
  1312. echo shar: Extracting \"'icon/Uverysunny'\" \(742 characters\)
  1313. sed "s/^X//" >'icon/Uverysunny' <<'END_OF_FILE'
  1314. Xbegin 644 verysunny
  1315. XM>GHA("$@     @         %          J         %4         JH   
  1316. XM     '_P                   ?^     "J@>JO@    -4' 0%AJ@  JAJJ
  1317. XMJKC4  #49$1$1FH  *BJJJJK-   T0$! 0&:  "BJJJJJLP  ,1$1$1$9@  
  1318. XMBJJJJJJR   1 0$! 0@  !JJJJJJJ   )$1$1$1$   JJJJJJJP  $$! 0$!
  1319. XM @  :JJJJJJJ  #$1$1$1$4  *JJJJJJJP  @0$! 0$!  "JJJJJJJLP!41$
  1320. XM1$1$1*@)JJJJJJJJM!4! 0$! 0&J*:JJJJJJJK751$1$1$1$JVFJJJJJJJJV
  1321. XM-0$! 0$! :P9JJJJJJJJN U$1$1$1$2P!:JJJJJJJP !@0$! 0$!  "JJJJJ
  1322. XMJJL  ,1$1$1$10  JJJJJJJK  #! 0$! 0(  &JJJJJJJ@  9$1$1$1$   J
  1323. XMJJJJJJP  #$! 0$!"   &JJJJJJH  ",1$1$1%   4:JJJJJH  !HP$! 0%$
  1324. XM  %1JJJJJH@  :C$1$1%%  !5&JJJJXH  &J.0$!&%0  54.JJK@J  !JH/D
  1325. XM1X-4  '_ /_X!_P               !JH        #5         &H      
  1326. X7   -          8               !J
  1327. Xend
  1328. END_OF_FILE
  1329. if test 742 -ne `wc -c <'icon/Uverysunny'`; then
  1330.     echo shar: \"'icon/Uverysunny'\" unpacked with wrong size!
  1331. fi
  1332. # end of 'icon/Uverysunny'
  1333. fi
  1334. if test -f 'icon/Uzip' -a "${1}" != "-c" ; then 
  1335.   echo shar: Will not clobber existing file \"'icon/Uzip'\"
  1336. else
  1337. echo shar: Extracting \"'icon/Uzip'\" \(460 characters\)
  1338. sed "s/^X//" >'icon/Uzip' <<'END_OF_FILE'
  1339. Xbegin 644 zip
  1340. XM>GH@4"!4    /\     #__@    /__P    ?__X   !___X   #___X   /_
  1341. XM__X   ?___P   ____@  !____   #___^   '_____@ /____ > ?____ A
  1342. XM _^'__@&!_@'__AX!X '__V #@ '__X &  '__P $  #__     !_^     #
  1343. XM_\     '_X     /_P     ?_P     __P    !_WP    #_G@    '_'@  
  1344. XM  /^&@    ?\ ^      !_       !           '_____  '_____  '__
  1345. XM___          & P09@  '!PX9@  'CPX9@  'WQL9@  &^QL9@  &<S^9@ 
  1346. XM &(S^9@  & W#9_  & V#9_                  '_____  '_____  '__
  1347. X#___ 
  1348. Xend
  1349. END_OF_FILE
  1350. if test 460 -ne `wc -c <'icon/Uzip'`; then
  1351.     echo shar: \"'icon/Uzip'\" unpacked with wrong size!
  1352. fi
  1353. # end of 'icon/Uzip'
  1354. fi
  1355. if test -f 'icon/eye/README2' -a "${1}" != "-c" ; then 
  1356.   echo shar: Will not clobber existing file \"'icon/eye/README2'\"
  1357. else
  1358. echo shar: Extracting \"'icon/eye/README2'\" \(398 characters\)
  1359. sed "s/^X//" >'icon/eye/README2' <<'END_OF_FILE'
  1360. XAs distributed on comp.sources.unix (unix-sources), the
  1361. Xicons in this directory are uuencode'd.  To unpack them,
  1362. Xexecute a script like this:
  1363. X
  1364. X    /bin/sh, /bin/ksh, etc.
  1365. X    for I in U* ; do
  1366. X        uudecode $I
  1367. X        rm $I
  1368. X    done
  1369. X
  1370. X    /bin/csh, /bin/tcsh, etc.
  1371. X    foreach I (*.uu)
  1372. X        uudecode $I
  1373. X        rm $I
  1374. X    end
  1375. X
  1376. XYou might want to do the "rm" step in a separate pass after you've
  1377. Xdone all the uudecode's.
  1378. X
  1379. END_OF_FILE
  1380. if test 398 -ne `wc -c <'icon/eye/README2'`; then
  1381.     echo shar: \"'icon/eye/README2'\" unpacked with wrong size!
  1382. fi
  1383. # end of 'icon/eye/README2'
  1384. fi
  1385. if test -f 'icon/grey/Makefile' -a "${1}" != "-c" ; then 
  1386.   echo shar: Will not clobber existing file \"'icon/grey/Makefile'\"
  1387. else
  1388. echo shar: Extracting \"'icon/grey/Makefile'\" \(689 characters\)
  1389. sed "s/^X//" >'icon/grey/Makefile' <<'END_OF_FILE'
  1390. X#                        Copyright (c) 1988 Bellcore
  1391. X#                            All Rights Reserved
  1392. X#       Permission is granted to copy or use this program, EXCEPT that it
  1393. X#       may not be sold for profit, the copyright notice must be reproduced
  1394. X#       on copies, and credit should be given to Bellcore where it is due.
  1395. X#       BELLCORE MAKES NO WARRANTY AND ACCEPTS NO LIABILITY FOR THIS PROGRAM.
  1396. X
  1397. X#    $Header: Makefile,v 1.3 88/07/21 14:07:38 sau Exp $
  1398. X#    $Source: /tmp/mgrsrc/icon/grey/RCS/Makefile,v $
  1399. X
  1400. X#    grey icons for mgr
  1401. XSTART=.
  1402. XICONS= \
  1403. X    0 100 15 20 25 33 50 67 75 80 85
  1404. X
  1405. Xall clean clobber cpio:
  1406. X
  1407. Xlist:
  1408. X    @for i in README Makefile $(ICONS); do \
  1409. X        echo "$(START)/$$i"; \
  1410. X     done
  1411. END_OF_FILE
  1412. if test 689 -ne `wc -c <'icon/grey/Makefile'`; then
  1413.     echo shar: \"'icon/grey/Makefile'\" unpacked with wrong size!
  1414. fi
  1415. # end of 'icon/grey/Makefile'
  1416. fi
  1417. if test -f 'icon/grey/README2' -a "${1}" != "-c" ; then 
  1418.   echo shar: Will not clobber existing file \"'icon/grey/README2'\"
  1419. else
  1420. echo shar: Extracting \"'icon/grey/README2'\" \(398 characters\)
  1421. sed "s/^X//" >'icon/grey/README2' <<'END_OF_FILE'
  1422. XAs distributed on comp.sources.unix (unix-sources), the
  1423. Xicons in this directory are uuencode'd.  To unpack them,
  1424. Xexecute a script like this:
  1425. X
  1426. X    /bin/sh, /bin/ksh, etc.
  1427. X    for I in U* ; do
  1428. X        uudecode $I
  1429. X        rm $I
  1430. X    done
  1431. X
  1432. X    /bin/csh, /bin/tcsh, etc.
  1433. X    foreach I (*.uu)
  1434. X        uudecode $I
  1435. X        rm $I
  1436. X    end
  1437. X
  1438. XYou might want to do the "rm" step in a separate pass after you've
  1439. Xdone all the uudecode's.
  1440. X
  1441. END_OF_FILE
  1442. if test 398 -ne `wc -c <'icon/grey/README2'`; then
  1443.     echo shar: \"'icon/grey/README2'\" unpacked with wrong size!
  1444. fi
  1445. # end of 'icon/grey/README2'
  1446. fi
  1447. if test -f 'icon/mouse/README2' -a "${1}" != "-c" ; then 
  1448.   echo shar: Will not clobber existing file \"'icon/mouse/README2'\"
  1449. else
  1450. echo shar: Extracting \"'icon/mouse/README2'\" \(398 characters\)
  1451. sed "s/^X//" >'icon/mouse/README2' <<'END_OF_FILE'
  1452. XAs distributed on comp.sources.unix (unix-sources), the
  1453. Xicons in this directory are uuencode'd.  To unpack them,
  1454. Xexecute a script like this:
  1455. X
  1456. X    /bin/sh, /bin/ksh, etc.
  1457. X    for I in U* ; do
  1458. X        uudecode $I
  1459. X        rm $I
  1460. X    done
  1461. X
  1462. X    /bin/csh, /bin/tcsh, etc.
  1463. X    foreach I (*.uu)
  1464. X        uudecode $I
  1465. X        rm $I
  1466. X    end
  1467. X
  1468. XYou might want to do the "rm" step in a separate pass after you've
  1469. Xdone all the uudecode's.
  1470. X
  1471. END_OF_FILE
  1472. if test 398 -ne `wc -c <'icon/mouse/README2'`; then
  1473.     echo shar: \"'icon/mouse/README2'\" unpacked with wrong size!
  1474. fi
  1475. # end of 'icon/mouse/README2'
  1476. fi
  1477. if test -f 'icon/mouse/Uhhand1' -a "${1}" != "-c" ; then 
  1478.   echo shar: Will not clobber existing file \"'icon/mouse/Uhhand1'\"
  1479. else
  1480. echo shar: Extracting \"'icon/mouse/Uhhand1'\" \(745 characters\)
  1481. sed "s/^X//" >'icon/mouse/Uhhand1' <<'END_OF_FILE'
  1482. Xbegin 644 hhand1
  1483. XM>GHA("$@                                                    
  1484. XM                                                            
  1485. XM                                            8         "0    
  1486. XM     1         "(        '1         B*        " (        & @
  1487. XM        )%        !*$        "00        ,"         XP       
  1488. XM &<         8         #          ,         !@         &     
  1489. XM                                                            
  1490. XM                                                            
  1491. XM                                                            
  1492. XM                                                            
  1493. XM                                                            
  1494. X7                                
  1495. Xend
  1496. END_OF_FILE
  1497. if test 745 -ne `wc -c <'icon/mouse/Uhhand1'`; then
  1498.     echo shar: \"'icon/mouse/Uhhand1'\" unpacked with wrong size!
  1499. fi
  1500. # end of 'icon/mouse/Uhhand1'
  1501. fi
  1502. if test -f 'icon/mouse/Uhhand2' -a "${1}" != "-c" ; then 
  1503.   echo shar: Will not clobber existing file \"'icon/mouse/Uhhand2'\"
  1504. else
  1505. echo shar: Extracting \"'icon/mouse/Uhhand2'\" \(745 characters\)
  1506. sed "s/^X//" >'icon/mouse/Uhhand2' <<'END_OF_FILE'
  1507. Xbegin 644 hhand2
  1508. XM>GHA("$@                                                    
  1509. XM                                                            
  1510. XM                                                            
  1511. XM                                                            
  1512. XM8        <&0       ")A        (88        8&         @D      
  1513. XM  $P0       !P&        ?,$       'F 0      !X$&       & /@  
  1514. XM                                                            
  1515. XM                                                            
  1516. XM                                                            
  1517. XM                                                            
  1518. XM                                                            
  1519. X7                                
  1520. Xend
  1521. END_OF_FILE
  1522. if test 745 -ne `wc -c <'icon/mouse/Uhhand2'`; then
  1523.     echo shar: \"'icon/mouse/Uhhand2'\" unpacked with wrong size!
  1524. fi
  1525. # end of 'icon/mouse/Uhhand2'
  1526. fi
  1527. if test -f 'icon/mouse/Uhhand3' -a "${1}" != "-c" ; then 
  1528.   echo shar: Will not clobber existing file \"'icon/mouse/Uhhand3'\"
  1529. else
  1530. echo shar: Extracting \"'icon/mouse/Uhhand3'\" \(745 characters\)
  1531. sed "s/^X//" >'icon/mouse/Uhhand3' <<'END_OF_FILE'
  1532. Xbegin 644 hhand3
  1533. XM>GHA("$@                                                    
  1534. XM                                                            
  1535. XM                                                            
  1536. XM                                                            
  1537. XM                                         !@         )       
  1538. XM   B         !(         8?@       " !      !_[ $      '_@?@ 
  1539. XM      "P@        $4         (@         <                    
  1540. XM                                                            
  1541. XM                                                            
  1542. XM                                                            
  1543. XM                                                            
  1544. X7                                
  1545. Xend
  1546. END_OF_FILE
  1547. if test 745 -ne `wc -c <'icon/mouse/Uhhand3'`; then
  1548.     echo shar: \"'icon/mouse/Uhhand3'\" unpacked with wrong size!
  1549. fi
  1550. # end of 'icon/mouse/Uhhand3'
  1551. fi
  1552. if test -f 'icon/mouse/Uhhand4' -a "${1}" != "-c" ; then 
  1553.   echo shar: Will not clobber existing file \"'icon/mouse/Uhhand4'\"
  1554. else
  1555. echo shar: Extracting \"'icon/mouse/Uhhand4'\" \(745 characters\)
  1556. sed "s/^X//" >'icon/mouse/Uhhand4' <<'END_OF_FILE'
  1557. Xbegin 644 hhand4
  1558. XM>GHA("$@                                                    
  1559. XM                                                            
  1560. XM                                                            
  1561. XM                                                            
  1562. XM                                                            
  1563. XM                                           !@         '@&   
  1564. XM     'BD        'V0        &!         2(        "40        (
  1565. XM@@        @!        ! B        $1$        (Z0        <&     
  1566. XM                                                            
  1567. XM                                                            
  1568. XM                                                            
  1569. X7                                
  1570. Xend
  1571. END_OF_FILE
  1572. if test 745 -ne `wc -c <'icon/mouse/Uhhand4'`; then
  1573.     echo shar: \"'icon/mouse/Uhhand4'\" unpacked with wrong size!
  1574. fi
  1575. # end of 'icon/mouse/Uhhand4'
  1576. fi
  1577. if test -f 'misc/mgr.ti' -a "${1}" != "-c" ; then 
  1578.   echo shar: Will not clobber existing file \"'misc/mgr.ti'\"
  1579. else
  1580. echo shar: Extracting \"'misc/mgr.ti'\" \(347 characters\)
  1581. sed "s/^X//" >'misc/mgr.ti' <<'END_OF_FILE'
  1582. XPx|mgr|SAU mgr teminal emulator,
  1583. X    cols#80, lines#24,
  1584. X    am, msgr,
  1585. X    clear=^L, cr=^M, bel=^G, 
  1586. X    cub1=^H, cud1=\Ef, cuf1=\Er, cuu1=\Eu,
  1587. X    ind=^J,
  1588. X    cup=\E%p2%d;%p1%dM,
  1589. X    csr=\E%p1%d;%p2%dt,
  1590. X    wind=\E%p2%d;%p2%p4%+%d;%p1;%p1%p3%+%d;t,
  1591. X    el=\Ec, ed=\EC,
  1592. X    il1=\Ea, dl1=\Ed,
  1593. X    il=\E%p1%da, dl=\E%p1%dd,
  1594. X    smso=\Ei, rmso=\En,
  1595. X    ht=^I,
  1596. X    smcup=\E1664P, rmcup=\Et\Ep,
  1597. END_OF_FILE
  1598. if test 347 -ne `wc -c <'misc/mgr.ti'`; then
  1599.     echo shar: \"'misc/mgr.ti'\" unpacked with wrong size!
  1600. fi
  1601. # end of 'misc/mgr.ti'
  1602. fi
  1603. if test -f 'src/oblit/README' -a "${1}" != "-c" ; then 
  1604.   echo shar: Will not clobber existing file \"'src/oblit/README'\"
  1605. else
  1606. echo shar: Extracting \"'src/oblit/README'\" \(722 characters\)
  1607. sed "s/^X//" >'src/oblit/README' <<'END_OF_FILE'
  1608. X#                        Copyright (c) 1988 Bellcore
  1609. X#                            All Rights Reserved
  1610. X#       Permission is granted to copy or use this program, EXCEPT that it
  1611. X#       may not be sold for profit, the copyright notice must be reproduced
  1612. X#       on copies, and credit should be given to Bellcore where it is due.
  1613. X#       BELLCORE MAKES NO WARRANTY AND ACCEPTS NO LIABILITY FOR THIS PROGRAM.
  1614. X
  1615. X#    $Header: README,v 4.1 88/06/21 13:07:53 bianchi Exp $
  1616. X#    $Source: /tmp/mgrsrc/src/oblit/RCS/README,v $
  1617. X
  1618. Xold 16 bit (i.e. worksd on 680[012]0's) bitblit code
  1619. X
  1620. X* mem_rop(dst,x_dst,y_dst,w,h,op,src,x_src,y_src) /* bit-blt */
  1621. X* bit_line(dst,x,y,op)    /* lines (clipped) */
  1622. X* bit_point(dst,x,y,op) /* a point (clipped) */
  1623. END_OF_FILE
  1624. if test 722 -ne `wc -c <'src/oblit/README'`; then
  1625.     echo shar: \"'src/oblit/README'\" unpacked with wrong size!
  1626. fi
  1627. # end of 'src/oblit/README'
  1628. fi
  1629. echo shar: End of archive 3 \(of 61\).
  1630. cp /dev/null ark3isdone
  1631. MISSING=""
  1632. for I in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 \
  1633.     21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 \
  1634.     38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 \
  1635.     55 56 57 58 59 60 61 ; do
  1636.     if test ! -f ark${I}isdone ; then
  1637.     MISSING="${MISSING} ${I}"
  1638.     fi
  1639. done
  1640. if test "${MISSING}" = "" ; then
  1641.     echo You have unpacked all 61 archives.
  1642.     rm -f ark[1-9]isdone ark[1-9][0-9]isdone
  1643. else
  1644.     echo You still need to unpack the following archives:
  1645.     echo "        " ${MISSING}
  1646. fi
  1647. ##  End of shell archive.
  1648. exit 0
  1649.