vte r2392 - in trunk: . src



Author: behdad
Date: Thu Mar 26 05:46:39 2009
New Revision: 2392
URL: http://svn.gnome.org/viewvc/vte?rev=2392&view=rev

Log:
2009-03-26  Behdad Esfahbod  <behdad gnome org>

        Bug 573674 â reset resets width to 80 chars

        * src/vteseq.c (vte_sequence_handler_decset_internal): Disable 
        resizing on decreset.



Modified:
   trunk/ChangeLog
   trunk/src/vteseq.c

Modified: trunk/src/vteseq.c
==============================================================================
--- trunk/src/vteseq.c	(original)
+++ trunk/src/vteseq.c	Thu Mar 26 05:46:39 2009
@@ -895,6 +895,7 @@
 				"Entering application cursor mode.\n" :
 				"Leaving application cursor mode.\n");
 		break;
+#if 0		/* 3: disallowed, window size is set by user. */
 	case 3:
 		vte_terminal_emit_resize_window(terminal,
 						(set ? 132 : 80) *
@@ -906,6 +907,7 @@
 		/* Request a resize and redraw. */
 		_vte_invalidate_all(terminal);
 		break;
+#endif
 	case 5:
 		/* Repaint everything in reverse mode. */
 		_vte_invalidate_all(terminal);



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