mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-20 16:00:29 +00:00
Improve selection display
This commit is contained in:
parent
04e5acb1f8
commit
a9bb1f35da
1 changed files with 2 additions and 0 deletions
|
|
@ -613,6 +613,8 @@ func (w *BufWindow) displayBuffer() {
|
|||
}
|
||||
}
|
||||
|
||||
draw(' ', curStyle, false)
|
||||
|
||||
bloc.X = w.StartCol
|
||||
bloc.Y++
|
||||
if bloc.Y >= b.LinesNum() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue