WindowTitleVariables returns any values that can be used to fill out the title of a terminal.
()
| 11 | // WindowTitleVariables returns any values that can be used to fill out |
| 12 | // the title of a terminal. |
| 13 | WindowTitleVariables() map[string]interface{} |
| 14 | |
| 15 | // ResizeTerminal sets a new size of the terminal. |
| 16 | ResizeTerminal(columns int, rows int) error |
no outgoing calls
no test coverage detected