Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 21, 2009, 10:25:59 PM (15 years ago)
Author:
rgrieder
Message:

IOConsole basically working though there are some unresolved issues and hacks. Note: Disabled std::cout output for the time being

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/console/src/libraries/core/IOConsole.h

    r5975 r5983  
    6363        static void resetTerminalMode();
    6464
    65         void printOutputLine(const std::string& line);
     65        void print(const std::string& line);
    6666        void printInputLine();
    6767
     
    7272        void inputChanged();
    7373        void cursorChanged();
     74        void executed();
    7475        void exit();
    7576
Note: See TracChangeset for help on using the changeset viewer.