1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 06:47:34 +00:00

LibLine: Treat leftover data in buffer as a read event

Fixes #4328.
This commit is contained in:
AnotherTest 2020-12-18 15:29:07 +03:30 committed by Andreas Kling
parent 5e6b9cbc91
commit 5d1425718e
2 changed files with 24 additions and 15 deletions

View file

@ -262,6 +262,7 @@ private:
// FIXME: Port to Core::Property
void save_to(JsonObject&);
void try_update_once();
void handle_interrupt_event();
void handle_read_event();