[vte] Bug 614658 - text selection with mouse is buggy when using the shift key



commit 5dc9b3ce32070f1a7040b8ed24d9d463ad6a67b0
Author: Behdad Esfahbod <behdad behdad org>
Date:   Tue May 11 16:49:10 2010 -0400

    Bug 614658 - text selection with mouse is buggy when using the shift key

 src/vte.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/src/vte.c b/src/vte.c
index b7fbff3..5f55335 100644
--- a/src/vte.c
+++ b/src/vte.c
@@ -7113,6 +7113,10 @@ vte_terminal_button_press(GtkWidget *widget, GdkEventButton *event)
 				vte_terminal_extend_selection(terminal,
 							      x, y,
 							      !terminal->pvt->selecting_restart, TRUE);
+				/* The whole selection code needs to be
+				 * rewritten.  For now, put this here to
+				 * fix bug 614658 */
+				terminal->pvt->selecting = TRUE;
 				handled = TRUE;
 			}
 			break;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]