zee-editor / zee

A modern text editor for the terminal written in Rust
Apache License 2.0
1.46k stars 42 forks source link

Introduce a new interactive message prompt type #70

Closed iainh closed 2 years ago

iainh commented 2 years ago

Add a new type of prompt that displays a message to the user and accepts either 'y' (yes) or 'n' (no) as input.

This PR also adds in interactive prompt to the quit message to avoid exiting while files are in a non-saved state similar to what was described in #58.