]> git.eshelyaron.com Git - emacs.git/commit
Fix window scrolling on TTY frames when there's no mode line
authorEli Zaretskii <eliz@gnu.org>
Mon, 19 Nov 2018 18:12:04 +0000 (20:12 +0200)
committerEli Zaretskii <eliz@gnu.org>
Mon, 19 Nov 2018 18:12:04 +0000 (20:12 +0200)
commitea1a0149825048da940365b79948e71cfc366385
tree020ac4f48ba04c0ab03c13e5e520a49b8ef46445
parentdf7ed10e4f15d3ea8b4426f7721bafe60bf8deeb
Fix window scrolling on TTY frames when there's no mode line

* src/window.c (window_internal_height): Remove tests for
next, prev, and parent pointers, as they are unrelated to
whether a window has a mode line.  (Bug#33363)
src/window.c