Skip to content
Jakub Sobon edited this page Feb 24, 2019 · 15 revisions

Termdash API

Doc Status

The termdash package provides the developer with the main entry point to Termdash. This package is used to:

  • Start and stop the application.
  • Control screen redraw.
  • Process runtime errors.
  • Subscribe to keyboard and mouse events.

Starting and stopping the application

The simplest way to start Termdash is to use the Run function:

Clone this wiki locally