(title string)
| 149 | } |
| 150 | |
| 151 | func (c *composer) SetTitle(title string) *tview.Box { |
| 152 | defer c.resizeForContent() |
| 153 | return c.Box.SetTitle(title) |
| 154 | } |
| 155 | |
| 156 | func (c *composer) SetFooter(footer string) *tview.Box { |
| 157 | defer c.resizeForContent() |
no test coverage detected