Changeset 67ebf21 in mainline for uspace/srv/console/console.c


Ignore:
Timestamp:
2009-04-04T16:26:18Z (15 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4527fb5
Parents:
7d440e3
Message:

Use Unicode font in userspace.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/console/console.c

    r7d440e3 r67ebf21  
    199199
    200200        if (rc != 0) {
     201                /*
    201202                attrs = &conn->screenbuffer.attrs;
    202203
     
    211212                                fb_putchar(field->character, y + j, x + i);
    212213                        }
    213                 }
     214                }*/
    214215        }
    215216}
Note: See TracChangeset for help on using the changeset viewer.