mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-25 18:07:07 +09:00
Merge
This commit is contained in:
@@ -666,7 +666,8 @@ func (w *BufWindow) displayBuffer() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if vloc.X != bufWidth {
|
if vloc.X != bufWidth {
|
||||||
draw(' ', nil, curStyle, true)
|
// Display newline within a selection
|
||||||
|
draw(' ', nil, config.DefStyle, true)
|
||||||
}
|
}
|
||||||
|
|
||||||
bloc.X = w.StartCol
|
bloc.X = w.StartCol
|
||||||
|
|||||||
Reference in New Issue
Block a user