Fix some comments (#899)
This commit is contained in:
parent
33b4e37223
commit
25e14782e3
@ -1,7 +1,7 @@
|
||||
# Known Problems
|
||||
|
||||
There are some problems I discovered during development.
|
||||
And I don't think it has to do anything with crossterm but it has to do whit how terminals handle ANSI or WinApi.
|
||||
And I don't think it has to do anything with crossterm but it has to do with how terminals handle ANSI or WinApi.
|
||||
|
||||
## WinAPI
|
||||
|
||||
|
@ -19,7 +19,7 @@ pub enum Colored {
|
||||
/// A background color.
|
||||
BackgroundColor(Color),
|
||||
/// An underline color.
|
||||
/// Imporant: doesnt work on windows 10 or lower.
|
||||
/// Important: doesn't work on windows 10 or lower.
|
||||
UnderlineColor(Color),
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user