Changeset 50cfa6c in mainline for uspace/lib/libc/include/io/console.h


Ignore:
Timestamp:
2009-07-14T21:25:13Z (15 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bf5443d
Parents:
7d88587
Message:

Method for getting console color capabilities. Use to fix invisible tetris pieces.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/libc/include/io/console.h

    r7d88587 r50cfa6c  
    4444} console_ev_type_t;
    4545
     46enum {
     47        CONSOLE_CCAP_NONE = 0,
     48        CONSOLE_CCAP_STYLE,
     49        CONSOLE_CCAP_INDEXED,
     50        CONSOLE_CCAP_RGB
     51};
     52
    4653/** Console event structure. */
    4754typedef struct {
     
    6976
    7077extern void console_cursor_visibility(int phone, bool show);
     78extern int console_get_color_cap(int phone, int *ccap);
    7179extern void console_kcon_enable(int phone);
    7280
Note: See TracChangeset for help on using the changeset viewer.