cl-repl: Flatten menu structure so new friendo won't have to ^C^C

Plus it was more annoying than this is.
This commit is contained in:
2025-10-23 06:06:56 -04:00
parent 06ed0eae54
commit 8d641d0060
4 changed files with 102 additions and 74 deletions

View File

@@ -11,4 +11,4 @@ pub const RESET: &str = "\x1b[0m";
pub const OUTPUT: &str = "\x1b[38;5;117m";
pub const CLEAR_LINES: &str = "\x1b[G\x1b[J";
pub const CLEAR_ALL: &str = "\x1b[H\x1b[2J";
pub const CLEAR_ALL: &str = "\x1b[H\x1b[2J\x1b[3J";