| 172 | } |
| 173 | |
| 174 | type TTYSpec struct { |
| 175 | WindowSize *WindowSize `json:"window_size,omitempty"` |
| 176 | } |
| 177 | |
| 178 | type WindowSize struct { |
| 179 | Columns uint16 `json:"columns,omitempty"` |
nothing calls this directly
no outgoing calls
no test coverage detected