Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 27, 2009, 12:30:29 PM (14 years ago)
Author:
scheusso
Message:

fixed problem with ioconsole not restoring terminal settings when a segfault/sigabrt/etc occured

File:
1 edited

Legend:

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

    r6140 r6171  
    6060    private:
    6161        void setTerminalMode();
    62         void resetTerminalMode();
     62        static void resetTerminalMode();
    6363        void getTerminalSize();
    6464        bool willPrintStatusLines();
     
    9393
    9494#ifdef ORXONOX_PLATFORM_UNIX
    95         termios*                originalTerminalSettings_;
     95        static termios*         originalTerminalSettings_s;
    9696#elif defined(ORXONOX_PLATFORM_WINDOWS)
    9797        void moveCursor(int dx, int dy);
Note: See TracChangeset for help on using the changeset viewer.