resolve conflicts

akkartik
Dec 6, 2024, 8:53 AM
OBB3UZ3TZLWRYZC25EVPNY7BKS7RS3GBF6E3IAZOAAVL6AMB4RBQC

Dependencies

Change contents

  • resurrect zombie in reference.md at line 225
    [4.641][2.8:395](),[4.641][2.8:395]()
    * `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).
  • edit in reference.md at line 225
    [4.540]
    [2.8]
    * `edit.quit()` -- calling this ensures any final edits are flushed to disk
    before the app exits.