v0.2.3
- Add APIs to mask text with a character (#32, thanks @pm100).
TextArea::set_mask_char
,TextArea::clear_mask_char
,TextArea::mask_char
are added. See the documentation for more details.- The
password
example was added to show the usage.
- Fix the length of displayed hard tab in text (#33, thanks @pm100).