diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-03-15 19:17:03 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-03-15 20:08:30 +0530 |
| commit | 387cf24e389854ecc97f6236fdd6acbc2486dd52 (patch) | |
| tree | a51b51de0064fb10685d2da85d11748c4a32ce73 /include/CommandParser.hpp | |
| parent | 05ae8976a8e1ab5411058de244c4e2fcc87ec369 (diff) | |
| download | null-browser-387cf24e389854ecc97f6236fdd6acbc2486dd52.tar.gz null-browser-387cf24e389854ecc97f6236fdd6acbc2486dd52.zip | |
Replaced QCompleter with custom implementation
Diffstat (limited to 'include/CommandParser.hpp')
| -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 { |
