// // GSOSConsole.h // 2Term // // Created by Kelvin Sherlock on 7/9/2016. // // #import #import "Emulator.h" #include "iGeometry.h" #include "Screen.h" @interface GSOSConsole : NSObject { unsigned cs; TextPort _textPort; std::vector _tpStack; int _scratch[4]; int _cursorType; bool _consLF; bool _consDLE; } @end