[comp.windows.news] transmission errors in psterm posting

eric@hoptoad.uucp (Eric Messick) (11/08/88)

Apparently, the posting of psterm to comp.sources.unix has arrived
dammaged at some sites.  Specifically, three newlines were added
within the file psterm.ps in the third shar file.  The following
context diff corrects the problem.

	-eric messick

eric@toad.com
hoptoad!eric


*** munged.psterm.ps	Fri Nov  4 20:40:06 1988
--- psterm.ps	Fri Nov  4 20:40:49 1988
***************
*** 361,368 ****
  		/Scrollbar		null	def
  		/ScrollbarActive	false	def
  	dictend
! 	cl
! assbegin
  		/BorderRight {
  			ScrollbarActive {
  				{
--- 361,367 ----
  		/Scrollbar		null	def
  		/ScrollbarActive	false	def
  	dictend
! 	classbegin
  		/BorderRight {
  			ScrollbarActive {
  				{
***************
*** 470,477 ****
  			/MoveFrameControls super send
  			ScrollbarActive {
  				FrameWidth BorderRight sub
! 				ControlSize 1 s
! ub
  				ScrollbarWidth
  				FrameHeight ControlSize sub BorderTop sub 2 add
  				/reshape Scrollbar send
--- 469,475 ----
  			/MoveFrameControls super send
  			ScrollbarActive {
  				FrameWidth BorderRight sub
! 				ControlSize 1 sub
  				ScrollbarWidth
  				FrameHeight ControlSize sub BorderTop sub 2 add
  				/reshape Scrollbar send
***************
*** 517,524 ****
  		/makemenus {
  			/ResizeMenu [
  				(Changing Font Size determines:) {}
! 				() {
! }
  				() {}
  				(Changing Lines/Cols determines:) {}
  				() {}
--- 515,521 ----
  		/makemenus {
  			/ResizeMenu [
  				(Changing Font Size determines:) {}
! 				() {}
  				() {}
  				(Changing Lines/Cols determines:) {}
  				() {}
-- 

	-eric messick

eric@toad.com
hoptoad!eric