diff options
| author | mo8it <mo8it@proton.me> | 2024-04-10 02:12:50 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-04-10 02:12:50 +0200 |
| commit | d1a965f019d0e8f22d5a57f0a7abd8cd4a8d0d0c (patch) | |
| tree | 05d557bb72f639995de1f6d8bdece50edfe5a786 /src/watch/state.rs | |
| parent | 533a009257adba0714292d326f57671f77cffbd3 (diff) | |
Make the list mode part of the watch mode
Diffstat (limited to 'src/watch/state.rs')
| -rw-r--r-- | src/watch/state.rs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/watch/state.rs b/src/watch/state.rs index 4db9440..393ea02 100644 --- a/src/watch/state.rs +++ b/src/watch/state.rs @@ -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(); |
