Split improvements

This commit is contained in:
Zachary Yedidia
2019-01-04 18:08:11 -05:00
parent 8939fe169b
commit e101dcd55a
5 changed files with 60 additions and 23 deletions

View File

@@ -81,9 +81,10 @@ func (i *InfoWindow) Resize(w, h int) {
// }
// }
func (i *InfoWindow) Relocate() bool { return false }
func (i *InfoWindow) GetView() *View { return i.View }
func (i *InfoWindow) SetView(v *View) {}
func (i *InfoWindow) Relocate() bool { return false }
func (i *InfoWindow) GetView() *View { return i.View }
func (i *InfoWindow) SetView(v *View) {}
func (i *InfoWindow) SetActive(b bool) {}
func (i *InfoWindow) GetMouseLoc(vloc buffer.Loc) buffer.Loc {
c := i.Buffer.GetActiveCursor()