| 176 | } |
| 177 | |
| 178 | type WindowSize struct { |
| 179 | Columns uint16 `json:"columns,omitempty"` |
| 180 | Rows uint16 `json:"rows,omitempty"` |
| 181 | } |
| 182 | |
| 183 | type ProcessIO struct { |
| 184 | Stdin io.Reader |
nothing calls this directly
no outgoing calls
no test coverage detected