mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
Deprecated (removed) EE::Graphics::Console and EE::Window::InputTextBuffer.
Fixed build.
This commit is contained in:
@@ -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];
|
||||
}
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user