1#ifndef YAZE_CLI_TUI_AUTOCOMPLETE_UI_H_
2#define YAZE_CLI_TUI_AUTOCOMPLETE_UI_H_
4#include <ftxui/component/component.hpp>
5#include <ftxui/component/screen_interactive.hpp>
19 AutocompleteEngine* engine);
Component CreateQuickActionMenu(ScreenInteractive &screen)
Component CreateAutocompleteInput(std::string *input_str, AutocompleteEngine *engine)
Create an input component with autocomplete suggestions.
Main namespace for the application.