Remove codecvt dependency. (#516)

This resolves:
https://github.com/ArthurSonzogni/FTXUI/issues/514
This commit is contained in:
Arthur Sonzogni (slow/sick)
2022-11-26 20:43:09 +01:00
committed by GitHub
parent 55b9706cfd
commit 05f29ff3b3
6 changed files with 201 additions and 71 deletions

View File

@@ -158,7 +158,7 @@ class FocusCursor : public Focus {
private:
void Render(Screen& screen) override {
Select::Render(screen);
Select::Render(screen); // NOLINT
screen.SetCursor(Screen::Cursor{
box_.x_min,
box_.y_min,