Merge branch 'master' into IQ_Roster

This commit is contained in:
remicorniere 2019-12-23 08:09:39 +00:00 committed by GitHub
commit f8f820170e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ import (
) )
const ( const (
// Windows // Windows
chatLogWindow = "clw" // Where (received and sent) messages are logged chatLogWindow = "clw" // Where (received and sent) messages are logged
chatInputWindow = "iw" // Where messages are written chatInputWindow = "iw" // Where messages are written
rawInputWindow = "rw" // Where raw stanzas are written rawInputWindow = "rw" // Where raw stanzas are written
@ -194,7 +194,6 @@ func setKeyBindings(g *gocui.Gui) {
if err := g.SetKeybinding(disconnectMsg, gocui.KeyEnter, gocui.ModNone, delMsg); err != nil { if err := g.SetKeybinding(disconnectMsg, gocui.KeyEnter, gocui.ModNone, delMsg); err != nil {
log.Panicln(err) log.Panicln(err)
} }
} }
// General // General