1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 23:07:35 +00:00

LibLine: Handle interrupts/window size changes internally

This commit is contained in:
AnotherTest 2020-08-20 20:09:48 +04:30 committed by Andreas Kling
parent 238e87de4e
commit 30554c969c
4 changed files with 9 additions and 10 deletions

View file

@ -194,8 +194,6 @@ public:
#undef __ENUMERATE_EDITOR_INTERNAL_FUNCTION
// FIXME: we will have to kindly ask our instantiators to set our signal handlers,
// since we can not do this cleanly ourselves. (signal() limitation: cannot give member functions)
void interrupted();
void resized()
{
@ -451,7 +449,6 @@ private:
HashMap<Key, NonnullOwnPtr<KeyCallback>> m_key_callbacks;
// TODO: handle signals internally.
struct termios m_termios {
};
struct termios m_default_termios {