diff options
Diffstat (limited to '')
| -rw-r--r-- | include/CommandParser.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/CommandParser.hpp b/include/CommandParser.hpp index dea04c5..9197df5 100644 --- a/include/CommandParser.hpp +++ b/include/CommandParser.hpp @@ -10,6 +10,7 @@ enum CommandType { TabOpen, TabNext, TabPrev, + TabSelect, }; struct Cmd { |
