Deprecated (removed) EE::Graphics::Console and EE::Window::InputTextBuffer.

Fixed build.
This commit is contained in:
Martín Lucas Golini
2022-07-16 20:20:13 -03:00
parent 3cf446a467
commit 6be517ccf5
16 changed files with 47 additions and 2356 deletions

View File

@@ -106,7 +106,6 @@ const std::vector<Color>& TerminalColorScheme::getPalette() const {
}
const Color& TerminalColorScheme::getPaletteIndex( const size_t& index ) const {
eeASSERT( index < mPalette.size() );
return mPalette[index];
}

View File

@@ -9,6 +9,7 @@
#include <eterm/system/processfactory.hpp>
#include <eterm/terminal/boxdrawdata.hpp>
#include <eterm/terminal/terminaldisplay.hpp>
#include <limits.h>
namespace eterm { namespace Terminal {