Update constants and demagicify RoomView drawing
This commit is contained in:
@ -61,7 +61,7 @@ func (message *Message) CopyTo(to *Message) {
|
||||
}
|
||||
|
||||
func (message *Message) CalculateBuffer(width int) {
|
||||
if width < 1 {
|
||||
if width < 2 {
|
||||
return
|
||||
}
|
||||
message.Buffer = []string{}
|
||||
|
Reference in New Issue
Block a user