Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1706 → Rev 1707

/uspace/trunk/console/console.c
298,6 → 298,9
case IPC_M_PHONE_HUNGUP:
/* TODO: Handle hangup */
return;
case KBD_MS_MOVE:
gcons_mouse_move(IPC_GET_ARG1(call), IPC_GET_ARG2(call));
break;
case KBD_PUSHCHAR:
/* got key from keyboard driver */