mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-17 22:37:10 +09:00
Fix prompts not displaying because of infobar
This commit is contained in:
@@ -347,7 +347,7 @@ func (m *Messenger) DisplaySuggestions(suggestions []string) {
|
||||
func (m *Messenger) Display() {
|
||||
_, h := screen.Size()
|
||||
if m.hasMessage {
|
||||
if !m.hasPrompt {
|
||||
if !m.hasPrompt && !globalSettings["infobar"].(bool) {
|
||||
return
|
||||
}
|
||||
runes := []rune(m.message + m.response)
|
||||
|
||||
Reference in New Issue
Block a user