Ignore:
File:
1 edited

Legend:

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

    r87822ce rb48e680f  
    8383
    8484extern void console_cursor_visibility(console_ctrl_t *, bool);
     85extern errno_t console_set_caption(console_ctrl_t *, const char *);
    8586extern errno_t console_get_color_cap(console_ctrl_t *, sysarg_t *);
    8687extern errno_t console_get_event(console_ctrl_t *, cons_event_t *);
Note: See TracChangeset for help on using the changeset viewer.