From 387cf24e389854ecc97f6236fdd6acbc2486dd52 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 15 Mar 2025 19:17:03 +0530 Subject: Replaced QCompleter with custom implementation --- include/CommandParser.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include/CommandParser.hpp') 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 { -- cgit v1.3.1