diff options
Diffstat (limited to 'common.go')
| -rw-r--r-- | common.go | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -65,6 +65,14 @@ func (rs *RepoStatus) Ready() bool { return rs.ready } +func (rs *RepoStatus) Horizontal() { + rs.window.Horizontal() +} + +func (rs *RepoStatus) Vertical() { + rs.window.Vertical() +} + func (rs *RepoStatus) Initialized() bool { log.Log(CHANGE, "checking Initialized()") if rs == nil {return false} |
