Tartarus CVS: putty simon
    tartarus-commits-admin@lists.tartarus.org 
    tartarus-commits-admin@lists.tartarus.org
    Wed, 13 Mar 2002 19:55:01 +0000
    
    
  
CVSROOT:	/home/cvs
Module name:	putty
Changes by:	simon	02/03/13 19:55:01
Modified files:
	.              : window.c 
Log message:
Rev 1.189 of this file introduced a bug. While it is correct to
avoid calling term_out() during a drag-select, it's false to assume
that all drags are selects - some are xterm mouse-reported drags,
and term_out absolutely _should_ be called in those so that the
application can show the dragged object moving. Should now be fixed.