Changeset 501a8ba in mainline for console/console.c
- Timestamp:
- 2006-06-16T21:20:51Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d3cd9774
- Parents:
- 153a209
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
console/console.c
r153a209 r501a8ba 218 218 keyfield_t *field; 219 219 style_t *style; 220 char c;221 220 222 221 if (newcons == active_console) … … 310 309 if (newcon != -1) 311 310 change_console(newcon); 311 retval = 0; 312 312 break; 313 313 case KBD_MS_MOVE: 314 314 gcons_mouse_move(IPC_GET_ARG1(call), IPC_GET_ARG2(call)); 315 retval = 0; 315 316 break; 316 317 case KBD_PUSHCHAR: … … 338 339 } 339 340 340 /*FIXME: else store key to its buffer */341 341 keybuffer_push(&conn->keybuffer, c); 342 retval = 0; 342 343 343 344 break; … … 457 458 { 458 459 ipcarg_t phonehash; 459 int kbd_phone, fb_phone; 460 ipcarg_t retval, arg1 = 0xdead, arg2 = 0xbeef; 460 int kbd_phone; 461 461 int i; 462 462
Note:
See TracChangeset
for help on using the changeset viewer.