diff options
| author | mo8it <mo8it@proton.me> | 2024-07-02 01:50:05 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-07-02 01:50:05 +0200 |
| commit | 67ce9b9e56b1d9e8b8b50b9b48c7eebd80b9ec8f (patch) | |
| tree | 4bb5f7fbd53562688a8f4ab64a0682ed2adcce28 /src/watch | |
| parent | bcebbb9df6987cd21ecf615907d5d06f8b626edc (diff) | |
Underline "next"
Diffstat (limited to 'src/watch')
| -rw-r--r-- | src/watch/state.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/watch/state.rs b/src/watch/state.rs index dd43c56..78af30a 100644 --- a/src/watch/state.rs +++ b/src/watch/state.rs @@ -101,7 +101,7 @@ impl<'a> WatchState<'a> { } if self.done_status != DoneStatus::Pending { - write!(self.writer, "{}:next / ", 'n'.bold())?; + write!(self.writer, "{}:{} / ", 'n'.bold(), "next".underlined())?; } if !self.show_hint { |
