mirror of
https://github.com/Hopiu/micro.git
synced 2026-04-18 05:11:00 +00:00
Fix problem causing hsplits not to display
This commit is contained in:
parent
ea1de18326
commit
69e45f9a4f
1 changed files with 1 additions and 1 deletions
|
|
@ -621,7 +621,7 @@ func (v *View) DisplayView() {
|
|||
// This is the current line number of the buffer that we are drawing
|
||||
curLineN = viewLine + v.Topline
|
||||
|
||||
if screenY >= v.height {
|
||||
if screenY-v.y >= v.height {
|
||||
break
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue