]> git.eshelyaron.com Git - emacs.git/commit
Fix scrolling under scroll-preserve-screen-position on TTY
authorEli Zaretskii <eliz@gnu.org>
Mon, 18 Jan 2016 19:53:34 +0000 (21:53 +0200)
committerEli Zaretskii <eliz@gnu.org>
Mon, 18 Jan 2016 19:53:34 +0000 (21:53 +0200)
commit874a10b13fb2438322ac1c9b437720ada713631b
treedbced0bcf7ec2c3a84ba9ad738b3962063b0e029
parent2f838b76897329867a49271608beff1116625d59
Fix scrolling under scroll-preserve-screen-position on TTY

* src/window.c (window_scroll_line_based): When setting point to
preserve screen coordinates, don't let cursor enter either of the
two scroll margins.  (Bug#22395)
src/window.c