gizak / termui

Golang terminal dashboard
MIT License
13.11k stars 786 forks source link

Expose ResetHandlers() #139

Closed ghost closed 7 years ago

ghost commented 7 years ago

ResetHandlers() was added in PR #98, it's a very appreciated feature but it is not exposed the same way Handle(), Loop() or others are exposed through a regular function. It's only exposed through a method and hence cannot be called with something like termui.ResetHandlers(), this PR aim to achieve this.