Terminal title

This commit is contained in:
2026-01-30 11:20:09 +11:00
parent 2250577caf
commit 3e34d4daf6

View File

@@ -101,6 +101,7 @@ int main(int argc, char** argv) {
bool done = false;
std::string prompt;
while (!done) {
std::cout << "\033]0;Spinny\007" << std::flush;
std::cout << "> ";
std::getline(std::cin, prompt);
auto command = lexCommand(prompt);