Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6006


Ignore:
Timestamp:
Oct 30, 2009, 2:24:53 PM (15 years ago)
Author:
scheusso
Message:

that's probably more what you intended …

File:
1 edited

Legend:

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

    r6005 r6006  
    5454#ifdef ORXONOX_PLATFORM_UNIX
    5555
    56     termios* IOConsole::originalTerminalSettings_ = new termios();
     56    termios* IOConsole::originalTerminalSettings_;
    5757
    5858    namespace EscapeMode
     
    7171        , bStatusPrinted_(false)
    7272    {
     73        this->originalTerminalSettings_ = new termios();
    7374        this->setTerminalMode();
    7475        this->shell_->registerListener(this);
Note: See TracChangeset for help on using the changeset viewer.