parent
9b9c8e993c
commit
bc11d9891a
@ -49,7 +49,8 @@ var actionMap = map[string]func(*context.AppContext){
|
|||||||
"help": actionHelp,
|
"help": actionHelp,
|
||||||
}
|
}
|
||||||
|
|
||||||
func RegisterEventHandlers(ctx *context.AppContext) {
|
// Initialize will start a combination of event handlers and 'background tasks'
|
||||||
|
func Initialize(ctx *context.AppContext) {
|
||||||
|
|
||||||
// Keyboard events
|
// Keyboard events
|
||||||
eventHandler(ctx)
|
eventHandler(ctx)
|
||||||
|
Loading…
Reference in New Issue
Block a user