Screen.start

Start should be called to start processing. Once this begins, events (see event.d) will be delivered to the caller via std.concurrency.send(). Additioanlly, this may change terminal settings to put the input stream into raw mode, etc.

  1. void start()
    interface Screen
    void
    start
    ()
  2. void start(Tid )

Meta