ulyssa / modalkit

A Rust library for building modal editing applications
Apache License 2.0
49 stars 5 forks source link

Support writing window contents #92

Closed ulyssa closed 1 year ago

ulyssa commented 1 year ago

There's a CloseFlags::WRITE that can be used with WindowAction::Close, but there's no way to write the window without closing it. There should probably be a WindowAction::Write variant to take care of doing so.