refresh method

dynamic refresh()

Implementation

refresh() {
  title.refresh();
  status.refresh();
  command.refresh();
  output.refresh();
  errorOutput.refresh();
  shellOutput.refresh();
  process.refresh();
  status.refresh();
  debugPrint("Refreshing shell for ${title()}");
}