1
0
mirror of https://github.com/gizak/termui.git synced 2025-05-08 19:29:47 +08:00
This commit is contained in:
Zack Guo 2017-05-02 22:12:00 +08:00
commit 72304ddb9b

View File

@ -274,6 +274,10 @@ func Handle(path string, handler func(Event)) {
DefaultEvtStream.Handle(path, handler)
}
func ResetHandlers() {
DefaultEvtStream.ResetHandlers()
}
func Loop() {
DefaultEvtStream.Loop()
}