mirror of
https://github.com/Hopiu/micro.git
synced 2026-04-10 17:40:59 +00:00
Merge
This commit is contained in:
commit
2e3d08580e
1 changed files with 2 additions and 1 deletions
|
|
@ -666,7 +666,8 @@ func (w *BufWindow) displayBuffer() {
|
|||
}
|
||||
|
||||
if vloc.X != bufWidth {
|
||||
draw(' ', nil, curStyle, true)
|
||||
// Display newline within a selection
|
||||
draw(' ', nil, config.DefStyle, true)
|
||||
}
|
||||
|
||||
bloc.X = w.StartCol
|
||||
|
|
|
|||
Loading…
Reference in a new issue