| 11 | ) |
| 12 | |
| 13 | type TermWindow struct { |
| 14 | *View |
| 15 | *shell.Terminal |
| 16 | |
| 17 | active bool |
| 18 | } |
| 19 | |
| 20 | func NewTermWindow(x, y, w, h int, term *shell.Terminal) *TermWindow { |
| 21 | tw := new(TermWindow) |
nothing calls this directly
no outgoing calls
no test coverage detected