mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-07 18:17:23 +00:00
LibCore: add get_password().
A serenity-style getpass that is thread-safe
This commit is contained in:
parent
3c1c5cc541
commit
1211a036ba
Notes:
sideshowbarker
2024-07-19 04:30:52 +09:00
Author: https://github.com/petelliott
Commit: 1211a036ba
Pull-request: https://github.com/SerenityOS/serenity/pull/2879
Issue: https://github.com/SerenityOS/serenity/issues/1168
Reviewed-by: https://github.com/BenWiederhake
Reviewed-by: https://github.com/awesomekling
3 changed files with 100 additions and 0 deletions
|
@ -7,6 +7,7 @@ set(SOURCES
|
|||
Event.cpp
|
||||
EventLoop.cpp
|
||||
File.cpp
|
||||
GetPassword.cpp
|
||||
Gzip.cpp
|
||||
IODevice.cpp
|
||||
LocalServer.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue