NottuiNottui augments Notty with primitives for laying out user interfaces (in the terminal) and reacting to input events.
module Focus : sig ... endmodule Gravity : sig ... endtype gravity = Gravity.tmodule Ui : sig ... endtype ui = Ui.tmodule Renderer : sig ... endOutputting an interface to a TTY and interacting with it
module Ui_loop : sig ... end