]> Sergey Matveev's repositories - vors.git/blobdiff - cmd/server/gui.go
Chatting ability
[vors.git] / cmd / server / gui.go
index 5d2e1212537a48d674d583a1a585abc69ee491272d7ac00cb2f4c52fcd64dea6..f2161c15b2a7df8d8902890d72129bb853bdd597f65640c778b576a9308d535d 100644 (file)
@@ -51,6 +51,7 @@ func guiLayout(gui *gocui.Gui) error {
                }
                v.Title = "Logs"
                v.Autoscroll = true
+               v.Wrap = true
        }
        roomNames := make([]string, 0, len(Rooms))
        for n := range Rooms {