Major updates/cleanup.

This commit is contained in:
2026-09-08 07:00:13 +01:00
parent 0df03f418a
commit 0760209417
23 changed files with 668 additions and 441 deletions
+1
View File
@@ -26,6 +26,7 @@ struct BEd {
bool prompt_mode = true;
std::function<std::string(BEd &)> prompt = nullptr;
bool suppress_mode = false;
bool color_mode = false;
bool temporary_current = false;
std::string last_help = "";
std::string last_regex = "";