Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 30, 2009, 5:26:28 PM (15 years ago)
Author:
rgrieder
Message:

Fixed IOConsole partly and fixed two problems in PathConfig and OutputHandler

File:
1 edited

Legend:

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

    r6004 r6007  
    5555
    5656        void setTerminalMode();
    57         static void resetTerminalMode();
     57        void resetTerminalMode();
    5858        int getTerminalSize(int* x, int* y);
    5959
     
    7272        Shell*                  shell_;
    7373        InputBuffer*            buffer_;
    74         static termios*         originalTerminalSettings_;
     74        termios*                originalTerminalSettings_;
    7575        bool                    bPrintStatusLine_;
    7676        bool                    bStatusPrinted_;
Note: See TracChangeset for help on using the changeset viewer.