clearHistory method

void clearHistory()

Clear scrollback history (alacritty ClearHistory). No-op until bound.

Implementation

void clearHistory() => _client?.clearHistory();