diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2016-07-28 07:26:37 -0400 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2016-07-28 07:26:37 -0400 |
| commit | f1277bb1177894304804e449761658f8aab34f54 (patch) | |
| tree | 42bb6aced0f15f2d3f5ae4f5da02c1a9d6083dac /include/focus.h | |
| parent | 1948982fe86ec5bbdd6b3b779b6080ba87a4f730 (diff) | |
| parent | 75abad9b53e6a57f099fdf59502208cb3930c6dd (diff) | |
Merge pull request #791 from acrisci/feature/focus-child0.9-rc1
Implement `focus child` command
Diffstat (limited to 'include/focus.h')
| -rw-r--r-- | include/focus.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/focus.h b/include/focus.h index 602b6122..236d050b 100644 --- a/include/focus.h +++ b/include/focus.h @@ -5,7 +5,8 @@ enum movement_direction { MOVE_RIGHT, MOVE_UP, MOVE_DOWN, - MOVE_PARENT + MOVE_PARENT, + MOVE_CHILD }; #include "container.h" |
