Changeset ba733e83 in mainline for uspace/lib/gui/terminal.c
- Timestamp:
- 2012-11-23T10:08:02Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 563573b
- Parents:
- 7dba813
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/gui/terminal.c
r7dba813 rba733e83 199 199 pixel_t *dst = pixelmap_pixel_at( 200 200 surface_pixmap_access(surface), bx, by + y); 201 pixel_t *dst_max = pixelmap_pixel_at( 202 surface_pixmap_access(surface), bx + FONT_WIDTH - 1, by + y); 203 if (!dst || !dst_max) continue; 201 204 int count = FONT_WIDTH; 202 205 while (count-- != 0) {
Note:
See TracChangeset
for help on using the changeset viewer.