mirror of
https://github.com/patriceckhart/zot.git
synced 2026-06-26 21:36:31 +02:00
tui: blank row after the slash-popup hint line
This commit is contained in:
parent
4f2655a8b8
commit
e9b466a1ce
1 changed files with 3 additions and 0 deletions
|
|
@ -342,6 +342,9 @@ func (s *slashSuggester) Render(input string, th tui.Theme, width int) []string
|
|||
}
|
||||
}
|
||||
lines = append(lines, th.FG256(th.Muted, " ↑/↓ navigate · tab complete · enter run"))
|
||||
// Blank row separates the popup from the status bar / editor
|
||||
// below it so the hint line doesn't visually crash into them.
|
||||
lines = append(lines, "")
|
||||
return lines
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue