Changeset a8b2b5b in mainline for console/screenbuffer.h


Ignore:
Timestamp:
2006-06-04T18:45:35Z (19 years ago)
Author:
Josef Cejka <malyzelenyhnus@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ec9623d
Parents:
d32af35
Message:

Support for console show/hide cursor.
Tetris without cursor.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • console/screenbuffer.h

    rd32af35 ra8b2b5b  
    5353        style_t style;                          /**< Current style */
    5454        unsigned int top_line;                  /**< Points to buffer[][] line that will be printed at screen as the first line */
     55        unsigned char is_cursor_visible;        /**< Cursor state - default is visible */
    5556} screenbuffer_t;
    5657
Note: See TracChangeset for help on using the changeset viewer.