	* Don't use ^S (or whatever your stty stop char is) to stop a /w.
          instead, use ^P, which is an internal to the client, which will
          prevent curses mixups and corruption of your screen.  :)
          (Note:  This may not even be a problem in v1.4 and up)

	* There is a spurious bug that I'm working on finding and fixing
	  that causes curses mixups for no reason when scrolling.  You'll
	  know it if you see it.  You can use ^L to redraw the screen, but
	  it will be broken again at next scroll....use /c to clear the
	  screen and it should be fixed for a while.  I'm working on 
 	  finding the bug...or if anyone knows how to fix it, please contact
	  me with a patch.  :)

