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.h

    r5994 r6004  
    9494            scoped_ptr<TclBind>           tclBind_;
    9595            scoped_ptr<TclThreadManager>  tclThreadManager_;
    96             scoped_ptr<Shell>             shell_;
    9796            scoped_ptr<IOConsole>         ioConsole_;
    9897            // graphical
Note: See TracChangeset for help on using the changeset viewer.