LibCore: add get_password().

A serenity-style getpass that is thread-safe
This commit is contained in:
Peter Elliott 2020-07-25 17:38:55 -06:00 committed by Andreas Kling
commit 1211a036ba
Notes: sideshowbarker 2024-07-19 04:30:52 +09:00
3 changed files with 100 additions and 0 deletions

View file

@ -7,6 +7,7 @@ set(SOURCES
Event.cpp
EventLoop.cpp
File.cpp
GetPassword.cpp
Gzip.cpp
IODevice.cpp
LocalServer.cpp