Changeset d1eece6 in mainline for uspace/srv/kbd/ctl/stty.c
- Timestamp:
- 2009-02-19T22:54:32Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 013c4d6
- Parents:
- 91825d90
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/kbd/ctl/stty.c
r91825d90 rd1eece6 213 213 } 214 214 215 kbd_push_ev(KE_PRESS, KC_ESCAPE , 0);215 kbd_push_ev(KE_PRESS, KC_ESCAPE); 216 216 } 217 217 … … 253 253 key = map[scancode]; 254 254 if (key != 0) 255 kbd_push_ev(KE_PRESS, key , 0);255 kbd_push_ev(KE_PRESS, key); 256 256 } 257 257
Note:
See TracChangeset
for help on using the changeset viewer.