Move readline functionality into device-independent code

This commit is contained in:
2021-10-12 12:46:11 -04:00
parent 315bf6e3b1
commit 995219d965
6 changed files with 122 additions and 42 deletions

View File

@@ -29,6 +29,7 @@ private:
void check_redirects();
public:
virtual void event_init();
virtual void event_update();
};