mirror of
https://codeberg.org/fairyglade/ly.git
synced 2026-08-26 07:24:20 +02:00
fix password not being cleared when blank_password is set
This commit is contained in:
parent
b2c1ef5c50
commit
2892559ea2
4 changed files with 15 additions and 1 deletions
|
|
@ -50,5 +50,6 @@ void input_text_left(struct text* target);
|
|||
void input_text_write(struct text* target, char ascii);
|
||||
void input_text_delete(struct text* target);
|
||||
void input_text_backspace(struct text* target);
|
||||
void input_text_clear(struct text* target);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue