Rev 1.189 [r1517] of this file introduced a bug. While it is correct
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 13 Mar 2002 19:55:01 +0000 (19:55 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 13 Mar 2002 19:55:01 +0000 (19:55 +0000)
commit25dba9e593a0b7e13be8cec15efe71c8d43c361f
tree6311cf172b0c594254dc0770ecd2c3f916fe3a05
parent11773fc1ede54eaa5c497dced449c0a58c511a7c
Rev 1.189 [r1517] 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.

git-svn-id: svn://svn.tartarus.org/sgt/putty@1590 cda61777-01e9-0310-a592-d414129be87e
window.c