Add some commands

This commit is contained in:
Zachary Yedidia
2019-01-14 00:57:39 -05:00
parent 8fa34f23d8
commit 5825353f64
9 changed files with 160 additions and 15 deletions

View File

@@ -53,6 +53,10 @@ func (i *InfoWindow) Resize(w, h int) {
i.y = h
}
func (i *InfoWindow) SetBuffer(b *buffer.Buffer) {
i.InfoBuf.Buffer = b
}
// func (i *InfoWindow) YesNoPrompt() (bool, bool) {
// for {
// i.Clear()