Merge branch 'master' into IQ_Roster

pull/139/head
remicorniere 5 years ago committed by GitHub
commit f8f820170e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,7 +9,7 @@ import (
)
const (
// Windows
// Windows
chatLogWindow = "clw" // Where (received and sent) messages are logged
chatInputWindow = "iw" // Where messages 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 {
log.Panicln(err)
}
}
// General

Loading…
Cancel
Save