summaryrefslogtreecommitdiff
path: root/src/watch/state.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/watch/state.rs')
-rw-r--r--src/watch/state.rs2
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 {