This commit is contained in:
Zachary Yedidia
2016-08-31 12:00:28 -04:00

View File

@@ -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)