Make the list mode part of the watch mode

This commit is contained in:
mo8it
2024-04-10 02:12:50 +02:00
parent 533a009257
commit d1a965f019
3 changed files with 37 additions and 14 deletions
+3 -2
View File
@@ -36,10 +36,11 @@ impl<'a> WatchState<'a> {
let writer = io::stdout().lock();
let prompt = format!(
"\n\n{}int/{}lear/{}uit? ",
"\n\n{}int/{}lear/{}ist/{}uit? ",
"h".bold(),
"c".bold(),
"q".bold()
"l".bold(),
"q".bold(),
)
.into_bytes();