mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-17 22:37:10 +09:00
Don't pad suggestions
This commit is contained in:
@@ -299,7 +299,7 @@ func (m *Messenger) DisplaySuggestions(suggestions []string) {
|
||||
screen.SetContent(x, y, ' ', nil, statusLineStyle)
|
||||
}
|
||||
|
||||
x := 1
|
||||
x := 0
|
||||
for _, suggestion := range suggestions {
|
||||
for _, c := range suggestion {
|
||||
screen.SetContent(x, y, c, nil, statusLineStyle)
|
||||
|
||||
Reference in New Issue
Block a user