Changeset 290c0db in mainline for console/console.c
- Timestamp:
- 2006-06-10T20:31:16Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 15039b67
- Parents:
- 237867d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
console/console.c
r237867d r290c0db 460 460 return -1; 461 461 }; 462 462 async_new_connection(phonehash, 0, NULL, keyboard_events); 463 463 464 /* Connect to framebuffer driver */ 464 465 … … 504 505 } 505 506 506 async_new_connection(phonehash, 0, NULL, keyboard_events);507 508 507 curs_goto(0,0); 509 508 curs_visibility(connections[active_console].screenbuffer.is_cursor_visible);
Note:
See TracChangeset
for help on using the changeset viewer.