initialize method

  1. @override
void initialize()
override

Initializes terminal state needed before the first render.

Most renderers can keep the default no-op implementation, but fullscreen renderers should eagerly enter their terminal modes here so init-triggered quits still leave the terminal in a consistent state.

Implementation

@override
void initialize() {}