- Timestamp:
- Nov 29, 2009, 10:43:43 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/libraries/core/IOConsole.h
r6179 r6180 87 87 bool willPrintStatusLines(); 88 88 void printInputLine(); 89 void printOutputLine(const std::string& line );89 void printOutputLine(const std::string& line, Shell::LineType type); 90 90 static void resetTerminalMode(); 91 91 … … 102 102 void writeText(const std::string& text, const COORD& pos, WORD attributes = FOREGROUND_BLUE | FOREGROUND_GREEN | FOREGROUND_RED); 103 103 void createNewOutputLines(int lines); 104 void printOutputLine(const std::string& line, const COORD& pos);104 void printOutputLine(const std::string& line, Shell::LineType type, const COORD& pos); 105 105 106 106 static inline COORD makeCOORD(int x, int y)
Note: See TracChangeset
for help on using the changeset viewer.