File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
crates/anstyle-progress/src Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 11//! ANSI escape code progress reporting (OSC 9;4)
22//!
33//! For details on the protocol, see
4- //! [ConEmu's docs](https://conemu.github.io/en/AnsiEscapeCodes.html#ConEmu_specific_OSC)
4+ //! [ConEmu's docs](https://conemu.github.io/en/AnsiEscapeCodes.html#ConEmu_specific_OSC),
5+ //! [Tutorial: Set the progress bar in the Windows Terminal](https://learn.microsoft.com/en-us/windows/terminal/tutorials/progress-bar-sequences)
56
67#![ cfg_attr( not( feature = "std" ) , no_std) ]
78#![ cfg_attr( docsrs, feature( doc_cfg) ) ]
Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ impl Default for TermProgress {
5959#[ derive( Copy , Clone ) ]
6060pub enum TermProgressStatus {
6161 Normal ,
62+ /// Some terminals treat this as a Warning
6263 Paused ,
6364 Error ,
6465}
You can’t perform that action at this time.
0 commit comments