OBB3UZ3TZLWRYZC25EVPNY7BKS7RS3GBF6E3IAZOAAVL6AMB4RBQC
* `edit.draw(state, fg, hide_cursor)` -- call this from `on.draw` to display
the current editor state on the app window as requested in the call to
`edit.initialize_state` that created `state`. `fg` is the color for
foreground text (`Text_color` is a good default). Set `hide_cursor` to stop
showing a blinking cursor (usually because you want a `readonly` editor; see
below).