resetTerminalTitle function

void resetTerminalTitle()

Implementation

void resetTerminalTitle() {
  _originalTitle = null;
  _isSupported = true;
}