Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 20, 2009, 10:32:06 PM (15 years ago)
Author:
rgrieder
Message:

Input part of the IOConsole should be working (at least with SSH on tardis). Note: removed modules from compilation

File:
1 edited

Legend:

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

    r5971 r5973  
    5858        void printOutputLine(const std::string& line);
    5959        void printInputLine();
    60         void insertCharacter(unsigned int position, char c);
    61         void deleteCharacter(unsigned int position);
    6260
    6361        // Methods from ShellListener
     
    7068
    7169        Shell&                  shell_;
    72         bool                    cleanLine_;
    7370        bool                    bEscapeMode_;
    7471        std::string             escapeSequence_;
    7572        InputBuffer*            buffer_;
    76         unsigned char*          commandLine_;
    77         unsigned int            inputIterator_;
    7873        static termios*         originalTerminalSettings_;
    79 
    80         unsigned int            cursorX_;
    81         unsigned int            cursorY_;
    8274
    8375        static IOConsole* singletonPtr_s;
Note: See TracChangeset for help on using the changeset viewer.