Now have a nice panel to hold all the UI panels we'll use later.
This commit is contained in:
parent
baaf56d4de
commit
9bc9c9007f
12 changed files with 123 additions and 83 deletions
|
@ -16,6 +16,5 @@ public:
|
|||
// disable copying
|
||||
ANSIParser(ANSIParser& ap) = delete;
|
||||
|
||||
bool parse(const std::string &screen, WriteCB write);
|
||||
bool parse(std::wstring_view codes, WriteCB write);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue