mirror of
https://github.com/Hopiu/micro.git
synced 2026-05-28 16:08:15 +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.X = w.StartCol
|
||||||
bloc.Y++
|
bloc.Y++
|
||||||
if bloc.Y >= b.LinesNum() {
|
if bloc.Y >= b.LinesNum() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue