swarm-0.6.0.0: 2D resource gathering game with programmable robots
LicenseBSD-3-Clause
Safe HaskellSafe-Inferred
LanguageHaskell2010

Swarm.TUI.Controller.EventHandlers.REPL

Description

Here is the REPL player configurable key event handler.

Synopsis

Documentation

replEventHandlers :: [KeyEventHandler SwarmEvent (EventM Name AppState)] Source #

Handle a user input key event for the REPL.

See handleREPLEvent.