keyboard showed up

This commit is contained in:
cuu
2018-11-27 18:14:07 +08:00
parent fc7afbb680
commit d043f2fecf
7 changed files with 24 additions and 4 deletions

View File

@@ -94,7 +94,7 @@ func (self *Textarea) AppendAndBlitText(alphabet string) {
}
}else {
fmt.Printf("is Full %s",strings.Join(self.MyWords,""))
fmt.Printf("is Full %s\n",strings.Join(self.MyWords,""))
}
}