Changeset 830ac99 in mainline for console/console.c
- Timestamp:
- 2006-06-15T19:53:38Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 096ba7a
- Parents:
- 7a0c530
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
console/console.c
r7a0c530 r830ac99 299 299 /* TODO: Handle hangup */ 300 300 return; 301 case KBD_MS_MOVE: 302 gcons_mouse_move(IPC_GET_ARG1(call), IPC_GET_ARG2(call)); 303 break; 301 304 case KBD_PUSHCHAR: 302 305 /* got key from keyboard driver */
Note:
See TracChangeset
for help on using the changeset viewer.