draft multiline input

This commit is contained in:
yggverse 2024-10-16 10:15:13 +03:00
parent d1c8afd83f
commit 1972438da6
9 changed files with 115 additions and 42 deletions

View file

@ -18,7 +18,7 @@ pub enum Status {
Reload,
Request,
Response,
SensitiveInput,
// @TODO SensitiveInput,
Success,
}