Basic completion support
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
struct Bar {
|
||||
Coord screen;
|
||||
std::string command = "";
|
||||
int cursor = 0;
|
||||
uint32_t cursor = 0;
|
||||
|
||||
Bar(Coord screen) : screen(screen) {}
|
||||
void render();
|
||||
|
||||
Reference in New Issue
Block a user