Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/console/chardev.h

    rb366a6f4 rda1bafb  
    7373typedef struct {
    7474        /** Write character to output. */
    75         void (* write)(struct outdev *, wchar_t);
     75        void (* write)(struct outdev *, wchar_t, bool);
    7676       
    7777        /** Redraw any previously cached characters. */
     
    8888        /** Fields suitable for multiplexing. */
    8989        link_t link;
    90         list_t list;
     90        link_t list;
    9191       
    9292        /** Implementation of outdev operations. */
Note: See TracChangeset for help on using the changeset viewer.