Changeset 5973 for code/branches/console/src/libraries/core/IOConsole.h
- Timestamp:
- Oct 20, 2009, 10:32:06 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/console/src/libraries/core/IOConsole.h
r5971 r5973 58 58 void printOutputLine(const std::string& line); 59 59 void printInputLine(); 60 void insertCharacter(unsigned int position, char c);61 void deleteCharacter(unsigned int position);62 60 63 61 // Methods from ShellListener … … 70 68 71 69 Shell& shell_; 72 bool cleanLine_;73 70 bool bEscapeMode_; 74 71 std::string escapeSequence_; 75 72 InputBuffer* buffer_; 76 unsigned char* commandLine_;77 unsigned int inputIterator_;78 73 static termios* originalTerminalSettings_; 79 80 unsigned int cursorX_;81 unsigned int cursorY_;82 74 83 75 static IOConsole* singletonPtr_s;
Note: See TracChangeset
for help on using the changeset viewer.