mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-19 21:40:26 +09:00
Improve selection display
This commit is contained in:
@@ -613,6 +613,8 @@ func (w *BufWindow) displayBuffer() {
|
||||
}
|
||||
}
|
||||
|
||||
draw(' ', curStyle, false)
|
||||
|
||||
bloc.X = w.StartCol
|
||||
bloc.Y++
|
||||
if bloc.Y >= b.LinesNum() {
|
||||
|
||||
Reference in New Issue
Block a user