1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 01:07:36 +00:00

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
parent 3c1c5cc541
commit 1211a036ba
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