Start working on splits

This commit is contained in:
Zachary Yedidia
2019-01-04 17:40:56 -05:00
parent e29cae4f7f
commit 8939fe169b
9 changed files with 465 additions and 3 deletions

View File

@@ -48,6 +48,10 @@ func NewInfoWindow(b *info.InfoBuf) *InfoWindow {
return iw
}
func (i *InfoWindow) Resize(w, h int) {
i.width = w
}
// func (i *InfoWindow) YesNoPrompt() (bool, bool) {
// for {
// i.Clear()