suzdraws / mintty

Automatically exported from code.google.com/p/mintty
0 stars 0 forks source link

Problem with output while gaining focus #121

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Output that happens at the same time as gaining focus seems to be delayed
until the next output event. This can be seen by activating the xterm Focus
In/Out messages and echoing input directly back to output. The ^[[I
messages are delayed until the next keypress or focus out.

Original issue reported on code.google.com by andy.koppe on 19 Jun 2009 at 7:24

GoogleCodeExporter commented 9 years ago
This due to output being held back while the left mouse button is down for 
selection.
Fixed in r432 by flushing the output buffer when the button is released.

Original comment by andy.koppe on 16 Jul 2009 at 6:57

GoogleCodeExporter commented 9 years ago

Original comment by andy.koppe on 18 Jul 2009 at 12:20