Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 30, 2009, 12:39:51 PM (15 years ago)
Author:
rgrieder
Message:

De-singletonised Shell so that both consoles have their own Shell instance. However they share the history.
Also modified IOConsole to hopefully work with status lines.

File:
1 edited

Legend:

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

    r5994 r6004  
    6767#include "LuaState.h"
    6868#include "ScopedSingletonManager.h"
    69 #include "Shell.h"
    7069#include "TclBind.h"
    7170#include "TclThreadManager.h"
     
    233232        this->tclThreadManager_.reset(new TclThreadManager(tclBind_->getTclInterpreter()));
    234233
    235         // create a shell
    236         this->shell_.reset(new Shell());
    237234        // create persistent io console
    238235        this->ioConsole_.reset(new IOConsole());
Note: See TracChangeset for help on using the changeset viewer.