Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 1, 2009, 3:57:56 PM (15 years ago)
Author:
rgrieder
Message:

IOConsole: Resolved flickering problem and moved status line below input line

File:
1 edited

Legend:

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

    r6010 r6013  
    5656        void setTerminalMode();
    5757        void resetTerminalMode();
    58         int getTerminalSize(int* x, int* y);
     58        void getTerminalSize();
     59        bool willPrintStatusLines();
    5960
    6061        void printLogText(const std::string& line);
     
    7071        void executed();
    7172        void exit();
     73
    7274        Shell*                  shell_;
    7375        InputBuffer*            buffer_;
    7476        termios*                originalTerminalSettings_;
     77        unsigned int            terminalWidth_;
     78        unsigned int            terminalHeight_;
    7579        bool                    bPrintStatusLine_;
    7680        bool                    bStatusPrinted_;
Note: See TracChangeset for help on using the changeset viewer.