diff src/ChangeLog @ 101690:1009d5607716

* dispnew.c (window_change_signal): Don't try to get the size of a suspended tty frame. * term.c (Fresume_tty): Resize if the size has changed while the tty was suspended.
author Dan Nicolaescu <dann@ics.uci.edu>
date Fri, 30 Jan 2009 23:45:27 +0000
parents 697627d7beda
children 6e5d03f673c7
line wrap: on
line diff
--- a/src/ChangeLog	Fri Jan 30 23:43:20 2009 +0000
+++ b/src/ChangeLog	Fri Jan 30 23:45:27 2009 +0000
@@ -1,5 +1,10 @@
 2009-01-30  Dan Nicolaescu  <dann@ics.uci.edu>
 
+	* dispnew.c (window_change_signal): Don't try to get the size of a
+	suspended tty frame.
+	* term.c (Fresume_tty): Resize if the size has changed while the
+	tty was suspended.
+
 	* alloc.c (mark_stack): Properly conditionalize previous change.
 
 2009-01-30  Juanma Barranquero  <lekktu@gmail.com>