aboutsummaryrefslogtreecommitdiffstats
path: root/README.multi-tty
diff options
context:
space:
mode:
authorKaroly Lorentey <[email protected]>2005-12-13 19:03:29 +0000
committerKaroly Lorentey <[email protected]>2005-12-13 19:03:29 +0000
commitbedeffcffb4ad37ccfc3ba13436583d4f60f8b31 (patch)
tree1f82487d4a9d1ad503aa0fd3fb58e52bf94278f6 /README.multi-tty
parentf369f10bdce359e960c3921f8e421d965a9038eb (diff)
Work around Emacs crash on Konsole detach. (Tom Schutzer-Weissmann)
* src/dispnew.c (window_change_signal): Don't believe width/height values that are impossibly small. git-archimport-id: [email protected]/emacs--multi-tty--0--patch-452
Diffstat (limited to 'README.multi-tty')
-rw-r--r--README.multi-tty6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.multi-tty b/README.multi-tty
index 7a9ed1fdad..5deb706c3c 100644
--- a/README.multi-tty
+++ b/README.multi-tty
@@ -35,6 +35,7 @@ Bernard Adrian <[email protected]>
ARISAWA Akihiro <[email protected]>
Vincent Bernat <[email protected]>
Han Boetes <[email protected]>
+Francisco Borges <[email protected]>
Damien Cassou <[email protected]>
Robert J. Chassell <[email protected]>
Romain Francoise <[email protected]>
@@ -52,8 +53,8 @@ Gergely Nagy <[email protected]>
Dan Nicolaescu <[email protected]>
Kalle Olavi Niemitalo <[email protected]>
Mark Plaksin <[email protected]>
-Francisco Borges <[email protected]>
Frank Ruell <[email protected]>
+Tom Schutzer-Weissmann <[email protected]>
Dan Waber <[email protected]>
and many others.
@@ -392,6 +393,9 @@ is probably not very interesting for anyone else.)
THINGS TO DO
------------
+** Emacs crashes when a tty frame is resized so that there is no space
+ for all its windows. (Tom Schutzer-Weissmann)
+
** Report GTK multi-display problems to GTK maintainers. For extra
credit, fix them.