Skip to content

Commit

Permalink
Merge remote-tracking branch 'fork/fix-colored-output' into fix-color…
Browse files Browse the repository at this point in the history
…ed-output
  • Loading branch information
50U10FCA7 committed Sep 20, 2023
2 parents abcaef0 + 4b09d08 commit 5da2e15
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@ All user visible changes to `cucumber` crate will be documented in this file. Th
### Fixed

- Incorrect terminal width detection when its height is low. ([#298])
- Incorrect terminal lines clearing in interactive mode. ([#300], [#299])

[#298]: /../../pull/298
[#299]: /../../issues/299
[#300]: /../../pull/300



Expand Down
4 changes: 2 additions & 2 deletions src/writer/out.rs
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,8 @@ pub trait WriteStrExt: io::Write {

/// Writes a special sequence into this writer clearing the last `n` lines.
///
/// __Note:__ This method does not clear the current line, only the `n`
/// lines above it.
/// __NOTE:__ This method doesn't clear the current line, only the `n` lines
/// above it.
///
/// # Errors
///
Expand Down

0 comments on commit 5da2e15

Please sign in to comment.