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

    r5998 r6004  
    7070        void executed();
    7171        void exit();
    72         Shell&                  shell_;
     72        Shell*                  shell_;
    7373        InputBuffer*            buffer_;
    7474        static termios*         originalTerminalSettings_;
     
    7676        bool                    bStatusPrinted_;
    7777        std::vector<unsigned>   statusLineWidths_;
     78        unsigned int            statusLineMaxWidth_;
     79        static const unsigned   minOutputLines_ = 3;
    7880
    7981        static IOConsole* singletonPtr_s;
Note: See TracChangeset for help on using the changeset viewer.