Split improvements

This commit is contained in:
Zachary Yedidia
2019-01-05 16:27:04 -05:00
parent 93aed1ab9f
commit 305f4debff
7 changed files with 125 additions and 35 deletions

View File

@@ -50,6 +50,7 @@ func NewInfoWindow(b *info.InfoBuf) *InfoWindow {
func (i *InfoWindow) Resize(w, h int) {
i.width = w
i.y = h
}
// func (i *InfoWindow) YesNoPrompt() (bool, bool) {