Changeset 67ebf21 in mainline for uspace/srv/console/console.c
- Timestamp:
- 2009-04-04T16:26:18Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade
- Children:
- 4527fb5
- Parents:
- 7d440e3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/console/console.c
r7d440e3 r67ebf21 199 199 200 200 if (rc != 0) { 201 /* 201 202 attrs = &conn->screenbuffer.attrs; 202 203 … … 211 212 fb_putchar(field->character, y + j, x + i); 212 213 } 213 } 214 }*/ 214 215 } 215 216 }
Note:
See TracChangeset
for help on using the changeset viewer.