initialize method
void
initialize()
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
void initialize() {}