pub fn open_editor(
siv: &mut Cursive,
options: CursiveOpenEditorOptions,
) -> Result<EditorOpened>
Expand description
The main entrypoint to the library. Open the editor over the given Cursive.
pub fn open_editor(
siv: &mut Cursive,
options: CursiveOpenEditorOptions,
) -> Result<EditorOpened>
The main entrypoint to the library. Open the editor over the given Cursive.