]> git.eshelyaron.com Git - emacs.git/commit
Avoid aborts in cm.c due to too small TTY frame
authorEli Zaretskii <eliz@gnu.org>
Mon, 12 Feb 2018 18:02:36 +0000 (20:02 +0200)
committerEli Zaretskii <eliz@gnu.org>
Mon, 12 Feb 2018 18:02:36 +0000 (20:02 +0200)
commita22820a31c191451334eec101125f7b621d6dbc0
tree1bb99e8b7ff05ed13e0d7cac9b3c768a936a32cf
parent26f64410fd6845cde1a06373eea05e256b87513d
Avoid aborts in cm.c due to too small TTY frame

* src/frame.c (frame_windows_min_size): Limit TTY frames to a
minimum height large enough to allow for a menu bar, the mode
line, one text line and one echo-area line.  This avoids aborts in
cm.c:cmcheckmagic.  (Bug#30320)
src/frame.c