diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index fed0a30..02afb7b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -76,4 +76,10 @@ int main(int argc, char **argv) { // cout << i << " "; // } // cout << endl; + + // string searchTerm; + // int searchingFor{-1}; + + // Tui ux; + // ux.renderSearchBar(searchTerm, searchingFor); } \ No newline at end of file |