Fix a bug causing incorrect line ordering when viewing the scrollback buffer if the scrollback buffer is full

Fixes #960
This commit is contained in:
Kovid Goyal
2018-09-12 20:31:09 +05:30
parent d583c533c2
commit f0ff2f4ea7
2 changed files with 4 additions and 1 deletions

View File

@@ -30,6 +30,9 @@ Changelog
hopefully workaround a bug in glfw that causes crashes when unplugging
monitors with full screen windows. (:iss:`898`)
- Fix a bug causing incorrect line ordering when viewing the scrollback buffer
if the scrollback buffer is full (:iss:`960`)
- Fix drag-scrolling not working when the mouse leaves the window confines
(:iss:`917`)