ulyssa / modalkit

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

Don't return a terminal cursor for an uninitialized TextBoxState #95

Closed ulyssa closed 1 year ago

ulyssa commented 1 year ago

If a TextBoxState hasn't been informed of its dimensions yet, then no terminal cursor should be returned.