mirror of
https://github.com/Hopiu/micro.git
synced 2026-04-17 12:51:01 +00:00
Don't pad suggestions
This commit is contained in:
parent
bfbba972d8
commit
78e2445e43
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue