mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-16 05:47:06 +09:00
Fix problem causing hsplits not to display
This commit is contained in:
@@ -621,7 +621,7 @@ func (v *View) DisplayView() {
|
|||||||
// This is the current line number of the buffer that we are drawing
|
// This is the current line number of the buffer that we are drawing
|
||||||
curLineN = viewLine + v.Topline
|
curLineN = viewLine + v.Topline
|
||||||
|
|
||||||
if screenY >= v.height {
|
if screenY-v.y >= v.height {
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user