Changeset 1247aaa
- Timestamp:
- Dec 19, 2009, 10:45:57 PM (15 years ago)
- Branches:
- master, release-1.10, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- 8c97fa1
- Parents:
- b752f1e
- git-author:
- Alex Dehnert <adehnert@mit.edu> (12/19/09 21:24:52)
- git-committer:
- Nelson Elhage <nelhage@mit.edu> (12/19/09 22:45:57)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
commands.c
r23fddad r1247aaa 1340 1340 } 1341 1341 1342 void owl_command_shift_left(void) 1343 { 1344 owl_function_shift_left(); 1345 } 1346 1342 1347 void owl_command_shift_right(void) 1343 1348 { 1344 1349 owl_function_shift_right(); 1345 }1346 1347 void owl_command_shift_left(void)1348 {1349 owl_function_shift_left();1350 1350 } 1351 1351
Note: See TracChangeset
for help on using the changeset viewer.