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

Terminal: Enough compat work for Lynx to actually load web pages.

This commit is contained in:
Andreas Kling 2019-03-14 18:33:21 +01:00
parent ee0f00c644
commit b7ad35d040
3 changed files with 70 additions and 8 deletions

View file

@ -145,6 +145,8 @@ private:
int m_ptm_fd { -1 };
bool m_swallow_current { false };
bool m_in_active_window { false };
bool m_need_full_flush { false };