Skip to content

Commit 67ce9b9

Browse files
committed
Underline "next"
1 parent bcebbb9 commit 67ce9b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/watch/state.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ impl<'a> WatchState<'a> {
101101
}
102102

103103
if self.done_status != DoneStatus::Pending {
104-
write!(self.writer, "{}:next / ", 'n'.bold())?;
104+
write!(self.writer, "{}:{} / ", 'n'.bold(), "next".underlined())?;
105105
}
106106

107107
if !self.show_hint {

0 commit comments

Comments
 (0)